Fork me on GitHub
#clojurescript
<
2018-08-25
>
meow01:08:23

What's the best way to install and manage Java on Ubuntu for someone hopping into the ecosystem purely for Clojure / Clojurescript?

mfikes01:08:34

@slack1899 On macOS, homebrew is nice

meow01:08:11

Ah sorry, I should've mentioned Ubuntu

meow01:08:17

I see, so I need merely manage a path variable

meow01:08:36

I asked because other communities sometimes have a language runtime manager

bhauman13:08:48

hmmm Mithril is interesting https://mithril.js.org/

bhauman13:08:59

very very minimal

kenj18:08:57

does anyone have a favorite resource for going from 0 to SPA w/ cljs?

Nondv18:08:02

Hi, guys! Is there a proper way to run tests in docker? My dockerfile uses clojure:lein-2.8.1 as base image. I tried to install slimer.js + firefox (firefox-esr) but it doesnt wanna work with it because firefox is v52. I guess I could try to download firefox binary and keep it in git but I wonder if there's some prettier approach

Nondv18:08:08

btw i couldnt use phantom.js because there're some issues with Map. Googling advised me to use slimer

kenj19:08:46

would I be shooting myself in the foot by not picking up the new CLI tools and sticking with lein?

thheller19:08:28

@risinglight no lein is totally fine and you can do everything that you'd do with the CLI tools via lein run -m. clj -m cljs.main ... is identical to lein run -m cljs.main ...

thheller19:08:50

just the alias/profile handling is different but you can call the code the same

richiardiandrea19:08:28

I have just discovered the -A alias to the shadow-cljs CLI, well done!

kenj20:08:55

thanks, I think I have a working figwheel project now and repl!

kenj20:08:58

so much to figure out 🙂

bhauman20:08:13

there is a good tutorial here: https://figwheel.org/tutorial

kenj20:08:36

@bhauman It was a bit of a pain [for me] to get setup, but this is amazingly cool now that it’s working!

kenj22:08:29

is it possible to get the figwheel repl running in Cursive such that expressions can be sent from the IDE to the repl like w/ normal Clojure code?

bhauman22:08:33

@risinglight the answer is yes, its easier if you are using lein we should take this convo to #figwheel-main