[ClojureScript] Re: Seeing libraries from eval in Clojurescript

2017-10-23 Thread Yehonathan Sharvit
I have answered your question in stackoverflow. If you need more details about how I solve this issue inside Klipse, please contact me in private. On Sunday, 22 October 2017 01:47:23 UTC+3, phil jones wrote: > > I have a problem seeing libraries from inside an eval-ed expression in >

[ClojureScript] Re: Seeing libraries from eval in Clojurescript

2017-10-23 Thread phil jones
Thanks for the response Dustin, That looks promising but it now seems to be failing because functions and name-spaces with hyphens in them are still not recognised with the error message telling me that hyphenated_fn_name is not a function. :-( On Sunday, 22 October 2017 22:18:10 UTC-2, Dustin

[ClojureScript] Re: Seeing libraries from eval in Clojurescript

2017-10-23 Thread phil jones
Thanks for the response Dustin, That looks promising but it now seems to be failing because functions and name-spaces with hyphens in them are still not recognised with the error message telling me that hyphenated-fn-name is not a function. :-( On Sunday, 22 October 2017 22:18:10 UTC-2,