I have a problem seeing libraries from inside an eval-ed expression in clojurescript.
Full details are here : https://stackoverflow.com/questions/46866902/clojurescript-eval-how-to-use-libraries-included-in-the-calling-code Basically, I want to include some clojure libraries in a web page, and allow a user to write a small bit of clojurescript "glued" code (in the browser) to call and use them. However when I try to eval the user's input, the libraries I've included are not visible. Is there any way to get it to see them? I tried setting the :ns of the opt arument to eval, but it doesn't seem to make any difference. cheers Phil -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
