planck

Planck ClojureScript REPL
mfikes 2017-02-10T19:33:43.000603Z

I’ve set up the ability to install Planck on Ubuntu via apt-get. If anyone cares to give it a spin to help work out any kinks, I’d appreciate it. You just need access to an Ubuntu 14.04 or 16.04 box. Here’s how:

sudo add-apt-repository ppa:mfikes/planck
sudo apt-get update
sudo apt-get install planck
This takes care of installing Planck’s dependencies as well, like JavaScriptCore and a few other libs. It works on 32- and 64-bit boxes.

nate 2017-02-10T21:44:46.000604Z

awesome!

nate 2017-02-10T21:44:58.000605Z

was waiting on this so I could update the docker image