lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2018-06-23T15:30:45.000098Z

I'm trying out to write scripts using lumo

2018-06-23T15:30:57.000013Z

for small things that maybe don't really have any dependencies

2018-06-23T15:31:09.000047Z

with #!/usr/bin/env lumo it seems to work great

2018-06-23T15:31:26.000006Z

I wonder if I can still work with Cider though to do some REPL development as well

2018-06-23T15:31:31.000123Z

any luck with that?

borkdude 2018-06-23T15:38:23.000056Z

inf-clojure seems the best bet there

borkdude 2018-06-23T15:40:25.000162Z

@andrea.crotti for planck, see http://planck-repl.org/ides.html - it’s similar to working with lumo

2018-06-23T15:41:23.000144Z

yeah inf-clojure also sounds good

2018-06-23T15:41:27.000120Z

I'll give it a go thanks

2018-06-23T15:48:17.000076Z

so I added

(clojure-mode
  (inf-clojure-generic-cmd . "lumo -d"))

2018-06-23T15:48:20.000037Z

to my .dir-locals.el

2018-06-23T15:48:37.000056Z

but I get strange errors like

prob-46=> (prime? 10)

IllegalStateException Attempting to call unbound fn: #'prob-46/prime?  clojure.lang.Var$Unbound.throwArity (Var.java:43)
prob-46=> 
prob-46=> ClassNotFoundException planck.repl  java.net.URLClassLoader.findClass (URLClassLoader.java:381)

2018-06-23T15:48:49.000075Z

not sure why it tries to find planck actulaly

2018-06-23T16:15:42.000111Z

mm it appears to work now, it looks like it fixed itself for once:smile:

2018-06-23T16:16:02.000138Z

anyway pretty good already I think I can definitively start writing more scripts this way