about summary refs log tree commit diff stats
path: root/fnl
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2023-10-30 06:55:34 -0400
committerelioat <elioat@tilde.institute>2023-10-30 06:55:34 -0400
commit5c3b7a8adb1d4a1ad27313ce29e0ba184e729c76 (patch)
tree1a80fa80bf0d2fd56d0dc93438735597da732ca1 /fnl
parentbafa7a87b32e21b7d769c08130c7c4de45b4dcc3 (diff)
downloadtour-5c3b7a8adb1d4a1ad27313ce29e0ba184e729c76.tar.gz
*
Diffstat (limited to 'fnl')
-rw-r--r--fnl/.clj-kondo/.cache/v1/cljs/user-activate.transit.json1
-rw-r--r--fnl/.clj-kondo/.cache/v1/lock0
-rw-r--r--fnl/.lsp/.cache/db.transit.json1
-rw-r--r--fnl/play.fnl2
4 files changed, 3 insertions, 1 deletions
diff --git a/fnl/.clj-kondo/.cache/v1/cljs/user-activate.transit.json b/fnl/.clj-kondo/.cache/v1/cljs/user-activate.transit.json
new file mode 100644
index 0000000..6cf77d0
--- /dev/null
+++ b/fnl/.clj-kondo/.cache/v1/cljs/user-activate.transit.json
@@ -0,0 +1 @@
+["^ ","~$!db",["^ ","~:row",51,"~:col",1,"~:name","^0","~:ns","~$user-activate","~:top-ns","^5"],"~$clear-disposables!",["^ ","~:fixed-arities",["~#set",[0]],"~:private",true,"^4","^5","^3","^7","~:type","~:fn","^2",1,"^6","^5","^1",56],"~$push-disposable!",["^ ","^8",["^9",[1]],"^:",true,"^4","^5","^3","^=","^;","^<","^2",1,"^6","^5","^1",65],"~$register-problem-hover",["^ ","^8",["^9",[0]],"^:",true,"^4","^5","^3","^>","^;","^<","^2",1,"^6","^5","^1",71],"~$my-main",["^ ","^8",["^9",[0]],"^:",true,"^4","^5","^3","^?","^;","^<","^2",1,"^6","^5","^1",81],"~:filename","/Users/eli/.config/joyride/scripts/user_activate.cljs"]
\ No newline at end of file
diff --git a/fnl/.clj-kondo/.cache/v1/lock b/fnl/.clj-kondo/.cache/v1/lock
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/fnl/.clj-kondo/.cache/v1/lock
diff --git a/fnl/.lsp/.cache/db.transit.json b/fnl/.lsp/.cache/db.transit.json
new file mode 100644
index 0000000..912ced4
--- /dev/null
+++ b/fnl/.lsp/.cache/db.transit.json
@@ -0,0 +1 @@
+["^ ","~:classpath",["~#set",[]],"~:project-hash","","~:project-root","/Users/eli/Code/institute/tour/fnl","~:kondo-config-hash","cb38df931b21d76fb3e12b491958fb09626c7e6747cc3d10da8b7a53b0b2ec1a","~:dependency-scheme","jar","~:analysis",null,"~:analysis-checksums",["^ "],"~:project-analysis-type","~:project-and-full-dependencies","~:version",11,"~:stubs-generation-namespaces",["^1",[]]]
\ No newline at end of file
diff --git a/fnl/play.fnl b/fnl/play.fnl
index 45a8fbe..ca84e31 100644
--- a/fnl/play.fnl
+++ b/fnl/play.fnl
@@ -47,4 +47,4 @@ newtable ; -> { :jkl 999 :qrs 147 :tuv 258 }
 (lume.split "diode,capacitor,switch" ",") ; -> ["diode" "capacitor" "switch"]
 
 ;; generate a QUID and return a string representation:
-(lume.uuid) ; -> "d6cce35c-487a-458f-aab2-9032c2621f38"
+(lume.uuid) ; -> "d6cce35c-487a-458f-aab2-9032c2621f38"
\ No newline at end of file