This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-19
Channels
- # beginners (55)
- # boot (1)
- # chestnut (1)
- # cider (130)
- # clara (31)
- # cljsrn (1)
- # clojure (12)
- # clojure-dev (4)
- # clojure-india (1)
- # clojure-italy (2)
- # clojure-uk (33)
- # clojureindia (1)
- # clojurescript (12)
- # component (1)
- # datascript (5)
- # datomic (2)
- # duct (2)
- # emacs (16)
- # hoplon (1)
- # jobs (1)
- # lumo (13)
- # off-topic (3)
- # onyx (4)
- # remote-jobs (1)
- # schema (1)
- # shadow-cljs (110)
- # spacemacs (2)
- # specter (44)
- # vim (6)
this claims to do it: https://github.com/clojure/tools.reader
but i'm not sure a) if that is a "compatible library" and b) how to include dependencies like that in lumo
@johanatan https://github.com/anmonteiro/lumo/blob/master/src/cljs/snapshot/lumo/repl.cljs#L950
something like this?
(`tools.reader` is bundled with Lumo)
any idea how the following would lose the quotes around strings?:
(doseq [l (r/read-string (format "( %s )" (clojure.string/join " " file)))] (println l))
where file
is a sequence of the lines of a file