Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 785 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 785 Bytes

Clojure CLR + Portal

This project demonstrates how you can use Portal from Clojure CLR.

Getting a REPL

To get a REPL started with Portal as a dependency, do:

make

or via a bash script, do:

./repl

This will pull do the following:

  • Pulls the Portal source from github via the clojure cli
  • Builds Portal from source, which requires node+npm
  • Builds a class path via the clojure cli saved to .classpath
  • Starts Clojure.Main with CLOJURE_LOAD_PATH set to the class path from the previous step

You should now be able to follow the api guide from the main README.