https://github.com/clojerl/try_clojerl
Online Clojerl REPL
https://github.com/clojerl/try_clojerl
clojerl clojure erlang-vm online try
Last synced: 6 months ago
JSON representation
Online Clojerl REPL
- Host: GitHub
- URL: https://github.com/clojerl/try_clojerl
- Owner: clojerl
- License: apache-2.0
- Created: 2017-10-06T14:39:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T16:51:15.000Z (12 months ago)
- Last Synced: 2025-03-30T22:51:13.620Z (9 months ago)
- Topics: clojerl, clojure, erlang-vm, online, try
- Language: HTML
- Homepage: http://try.clojerl.online/
- Size: 2.17 MB
- Stars: 29
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
try_clojerl
=====
A web application that provides a Clojerl REPL.
Build
-----
$ git clone https://github.com/clojerl/try_clojerl
$ cd try_clojerl
$ make
Start Web Application
---------------------
$ make repl
===> Verifying dependencies...
(...)
===> Clojerl Compiling try_clojerl
23:11:20.745 [info] Application lager started on node nonode@nohost
23:11:20.789 [info] Application try_clojerl started on node nonode@nohost
Clojure 0.0.0-1263.7db08a5
clje.user=>
Then visit http://localhost:8080/.
Acknowledgments
---------------
The "Basic Introduction [...]" tutorial is copied almost verbatim from Raynes'[tryclojure](https://github.com/Raynes/tryclojure/tree/master/resources/public/tutorial) repo. At the time of writing the [tryclj.com](http://tryclj.com/) web page is no longer working so I thought it would be nice to keep the tutorial alive, even if it's not for the JVM implementation of Clojure.