bhb / repl-main

Clojure REPL configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repl-main

Your custom Clojure REPL configuration

Installation

  1. Fork this repo
  2. Clone your repo to your machine
  3. Configure the REPL meet your needs
  4. In ~/.clojure/deps.edn, add repl-main {:local/root "/path/to/repl-main"} (be sure to update the path). Alternately, you can use a git dependency to your fork.

Usage

Clojure

clj -m repl.clj.main

ClojureScript

TODO

About

Clojure REPL configuration

License:MIT License


Languages

Language:Clojure 100.0%