Re: clojurescript: how to use clojure.reflect/doc in the cljs-repl?

2012-10-06 Thread David Nolen
Sorry about the reflect stuff is quite new and in need of work. The reflect support should work through whatever port browser REPL was setup on. On Saturday, October 6, 2012, Frank Siebenlist wrote: Ok - I managed to get clojure.reflect/doc to work if the browser loads the javascript from the

Re: clojurescript: how to use clojure.reflect/doc in the cljs-repl?

2012-10-06 Thread Frank Siebenlist
David, please do not apologize… your contributions to clojurescript have been invaluable, and the last time I checked you still have a full-time job with that village-newspaper somewhere on the East coast... My current efforts are to help improve the clojurescript help facilities. I have

Re: clojurescript: how to use clojure.reflect/doc in the cljs-repl?

2012-10-06 Thread David Nolen
On Sat, Oct 6, 2012 at 1:32 PM, Frank Siebenlist frank.siebenl...@gmail.com wrote: David, please do not apologize… your contributions to clojurescript have been invaluable, and the last time I checked you still have a full-time job with that village-newspaper somewhere on the East coast...

Re: clojurescript: how to use clojure.reflect/doc in the cljs-repl?

2012-10-05 Thread Frank Siebenlist
…bumb… Is this maybe related to the use of lein-cljsbuild and having a separate server from which the js is downloaded? In other words, the reflect handler seems to be listening on the repl server on port 9000, while the web server from which the js is initially downloaded is listening on

Re: clojurescript: how to use clojure.reflect/doc in the cljs-repl?

2012-10-05 Thread Frank Siebenlist
Forgot to mention that the issue is most probably on the browser side, because pointing a webbrowser at http://localhost:9000/reflect?var=example.hello/say-hello; by hand, yields in the browser window:

Re: clojurescript: how to use clojure.reflect/doc in the cljs-repl?

2012-10-05 Thread Frank Siebenlist
Ok - I managed to get clojure.reflect/doc to work if the browser loads the javascript from the repl-server instead of the separate webserver… When the reason for this issue is that the repl- web-servers are listening on different ports, where the js is downloaded from the webserver while the

clojurescript: how to use clojure.reflect/doc in the cljs-repl?

2012-09-23 Thread Frank Siebenlist
Trying to use the clojure.reflect/doc function in the cljs-repl, but I only errors --- ClojureScript:cljs.user (clojure.reflect/doc clojure.reflect/doc) nil Reflection query failed. ClojureScript:cljs.user (clojure.reflect/doc clojure.reflect.doc) nil Reflection query failed.