crepl: Write and run ClojureScript code together
03 Feb 2017crepl is a collaborative editor written in Clojure and ClojureScript. In the editor you can write and evaluate ClojureScript code. This is a fun and quick way to try out some ClojureScript code. The real fun begins when you get others to work on the same code with you by sending them the URL. When multiple people are working on the same code at the same time you will see their changes appear immediately and the output of running the code will be shared with everybody. crepl is like Google Docs that can also run ClojureScript!
Two people working on the same ClojureScript code and seeing the same output.
crepl is made with the following libraries:
- ClojureScript, with self-hosting support
- CodeMirror for the editor
- re-frame for the front-end architecture
- Pedestal for the server side
- clojure.java.jdbc for the database
Try crepl here: crepl.thegeez.net