cloxp -- a Clojure IDE for explorative and interactive development.
Run the live web version without install: [cloxp.lively-next.org]()
Or use this install script for setting cloxp up locally.
Prerequisites are: git, java, leiningen, node.js version >=4.
$ unzip cloxp-0.2.0.zip; cd cloxp-0.2.1
$ ./install.sh
$ ./start.sh
Cloxp should now be running at http://localhost:9001/cloxp.html.
To stop the server press Ctrl-c
.
Prerequisites are: git, java, leiningen.
$ install.cmd
$ start.cmd
A docker setup is available: cloxp/cloxp-docker. Prerequisites: docker, a docker supported VM like virtualbox. It should work on all platforms that support docker.
On Arch Linux you might have to set the python path for installing when your default python isn't of version 2: $ PYTHON=python2.7 ./install.sh
.
All code is published under the MIT license.