joker

Kovas Palunas 2022-01-16T18:01:11.001Z

Hey, totally new to joker, curious if there is a function that parses a directory tree into something like a bunch of nested maps

Candid 2022-01-16T18:40:18.001200Z

@kovas.palunas (joker.filepath/file-seq …)

Kovas Palunas 2022-01-16T21:36:23.001400Z

thanks! exactly what i'm looking for

Kovas Palunas 2022-01-16T21:38:04.001600Z

are there some example joker scripts somewhere I could look at to learn some common practices?

Candid 2022-01-16T21:41:58.002400Z

Perhaps this https://dev.to/hlship/joker-flex-your-scripting-muscles-in-almost-clojure-2ph8 will give you some ideas

👍 1
Kovas Palunas 2022-01-16T21:50:25.002700Z

great! one last thing: is there support for joker in clojure-lsp or a similar autocomplete provider?

Kovas Palunas 2022-01-16T21:50:43.002900Z

i'm using vim FWIW

Candid 2022-01-16T21:51:30.003400Z

Not that I am aware of

Kovas Palunas 2022-01-16T21:52:01.003600Z

ok, thanks for the help!