Skip to content

Practicalli Application templateλ︎

Create a general Clojure application with REPL Reloaded workflow.

Using the projectλ︎

Run the REPL

make repl

The REPL prompt is displayed using Rebel for a rich UI experience.

Portal data inspector window is displayed and all evaluation results and mulog events are automatically sent to Portal.

An nREPL server is running in the background for connecting Clojure aware editors.

Run tests (stopping on first failing test)

make test