hi, does anyone has a link to planck project bootstrap tutorial?
Not sure what you mean by that @fmnoise... the main Planck website is here http://planck-repl.org
I mean maybe some lein template etc
I just use planck for a quick-n-easy repl, and maybe some light scripting. What kind of project are you thinking of using it for, @fmnoise?
I'm just trying it out and thinking about possible usage on aws lambda
My understanding of planck is that it is intended to be used on Macs via the javascript engine built into OS X, as a way of avoiding the longer startup time for JVM-based Clojure. I don’t think it would be very useful on AWS
Planck exists for Linux, FWIW. But for AWS Lambda, I'd consider compiling ClojureScript down to JavaScript to be executed by Node.
It does? Cool, I knew lumo was available on Linux but I didn’t know planck was there too
@manutter51 http://blog.fikesfarm.com/posts/2017-02-11-apt-get-install-planck.html
thanks guys, pretty clear