Thanks Andrea.
I think I wasn't clear. I'm already hosting it on my own server. But I'm
starting with a copy of the cljs-repl-web-devel project and I don't know
where to put my code to make it callable in the REPL.
I'll take it to slack, as you suggest.
Thanks,
-Lee
On Tuesday, May 31, 2016
On Tuesday, May 31, 2016 at 1:51:19 PM UTC-7, Lee wrote:
...
> Thanks,
>
> -Lee
Sorry for the typos I was on mobile.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from n
Hello Lee, thanks for using clojurescript.io first of all.
At the moment what you try to accomplish is not possible unfortunately. It
would mean to host arbitrary code on out servers. I was thinking about a simple
collaborative platform so that you and someone else could share the "current
state
I'm trying to hack a copy of the http://clojurescript.io REPL so that I can
use it to allow people to run some of my code in a REPL in a web page.
But I can't figure out where to put my functions in the cljs-repl-web-devel
project so that the user can call them in the REPL.
The REPL is in the