Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

clr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.