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 cljs.user namespace and I tried to figure out how to add 
my functions to that, but didn't succeed (in part because there's no in-ns 
in Clojurescript, and because I don't think the code that defines the 
namespace is in the project). Then I tried to figure out how to make 
another namespace also visible from the REPL, but failed there too.

Any pointers?

Thanks,

-Lee

-- 
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 new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to