Fork me on GitHub
#planck
<
2017-12-23
>
fmnoise20:12:37

hi, does anyone has a link to planck project bootstrap tutorial?

mfikes20:12:28

Not sure what you mean by that @fmnoise... the main Planck website is here http://planck-repl.org

fmnoise20:12:02

I mean maybe some lein template etc

manutter5121:12:28

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?

fmnoise21:12:34

I'm just trying it out and thinking about possible usage on aws lambda

manutter5121:12:15

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

mfikes21:12:13

Planck exists for Linux, FWIW. But for AWS Lambda, I'd consider compiling ClojureScript down to JavaScript to be executed by Node.

manutter5121:12:54

It does? Cool, I knew lumo was available on Linux but I didn’t know planck was there too

fmnoise21:12:03

thanks guys, pretty clear