Y
Hacker News
new
|
ask
|
show
|
jobs
by
escherize
1857 days ago
There is a new thing, and it's kind of a toy [0]. But it lets you load clojurescript from a script tag, so there is practically no setup needed!!
[0] -
https://borkdude.github.io/sci-script-tag/index.html
1 comments
diggan
1857 days ago
Worth keeping in mind that that's Small Clojure Interpreter (SCI) which while very cool, isn't ClojureScript. Seems to be running Reagent perfectly fine though, so not sure what the exact differences are, AFAIK, SCI is a subset of Clojure.
link
stingraycharles
1856 days ago
Wow sci can run reagent out of the box? That’s not a small feat, excellent work @borkdude!
link