diff options
Diffstat (limited to 'janet/fedi-playground')
-rw-r--r-- | janet/fedi-playground/.clj-kondo/.cache/v1/lock | 0 | ||||
-rw-r--r-- | janet/fedi-playground/.lsp/.cache/db.transit.json | 1 | ||||
-rw-r--r-- | janet/fedi-playground/play.janet | 7 |
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"]) |