Hacker News new | ask | show | jobs
by lynaghk 5160 days ago
There's no webserver built into C2. The visual REPL is a separate (toy) project.

To use within Clojure, just add c2 to your deps as usual and then

    (ns your-ns
      (:use [c2.core :only [unify!]]))
Use from within ClojureScript is pretty much the same. Checkout

https://github.com/lynaghk/cassowary-cljs-demo

for a rough demo.