Hacker News new | past | comments | ask | show | jobs | submit login

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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: