about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2023-07-13 08:49:16 -0400
committerelioat <hi@eli.li>2023-07-13 08:49:16 -0400
commit8fa9ccfb54e2ac8c86fae53c0e6395fa72fdc330 (patch)
treed5330069904348f48fa996e0d87d652792ae4644
parent2b84e331669936318bed1a6ea2cb470bb1fa8303 (diff)
parent5e0df118583da49bdb4e3d190be3461e7a098adc (diff)
downloadtour-8fa9ccfb54e2ac8c86fae53c0e6395fa72fdc330.tar.gz
*
-rw-r--r--janet/fedi-playground/.clj-kondo/.cache/v1/lock0
-rw-r--r--janet/fedi-playground/.lsp/.cache/db.transit.json1
-rw-r--r--janet/fedi-playground/play.janet7
3 files changed, 4 insertions, 4 deletions
diff --git a/janet/fedi-playground/.clj-kondo/.cache/v1/lock b/janet/fedi-playground/.clj-kondo/.cache/v1/lock
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/janet/fedi-playground/.clj-kondo/.cache/v1/lock
diff --git a/janet/fedi-playground/.lsp/.cache/db.transit.json b/janet/fedi-playground/.lsp/.cache/db.transit.json
new file mode 100644
index 0000000..b107a4d
--- /dev/null
+++ b/janet/fedi-playground/.lsp/.cache/db.transit.json
@@ -0,0 +1 @@
+["^ ","~:classpath",["~#set",[]],"~:project-hash","","~:project-root","/Users/elimellen/Code/tour/janet/fedi-playground","~:kondo-config-hash","452324f865f2ec0f63b35797e57c4291cb12d8f306f428c110108c9e7f3e7b63","~: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/janet/fedi-playground/play.janet b/janet/fedi-playground/play.janet
index 55e1472..d9699b0 100644
--- a/janet/fedi-playground/play.janet
+++ b/janet/fedi-playground/play.janet
@@ -1,7 +1,6 @@
-(use spork)
-(use judge)
-
 # a utility script used to explore my fediverse followers
+(import spork/json) 
+(use judge)
 
 (defn read-from-file [file-path]
   "read data from a file, not super safe or fault tolerant."
@@ -117,4 +116,4 @@
     "ouro@social.snircle.space"
     "typeswitch@gamedev.lgbt"
     "Ronkjeffries@mastodon.social"
-    "bogmon@mstdn.social"])
\ No newline at end of file
+    "bogmon@mstdn.social"])