Writing clojurescript REPL in clojurescript

I am interested in embedding clojurescript REPL in a web page. How could I write a clojurescript evaluator in clojurescript so that I can compile this into javascript and paste javascript into a web page? I cannot go down the path of compiling clojurescript into javascript in the cloud.

+3
source share
3 answers

, ClojureScript . , , - .

+2

There is clojurescript.net, and the source is available here .

Or clojurescript.io in which it is used re-plumb.

+1
source

All Articles