Skip to content

clojerl/try_clojerl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9bd5575 · Jan 5, 2025
Aug 29, 2021
Jan 5, 2025
Jan 17, 2018
Jan 5, 2025
Oct 7, 2017
Oct 5, 2017
Jul 27, 2020
Sep 23, 2021
Oct 4, 2017
Jan 5, 2025
Dec 25, 2017
Jan 5, 2025

Repository files navigation

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 repo. At the time of writing the 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.