Re: ClojureScript: API documentation

2011-10-16 Thread Curious Fox
I'd like to make sure that we are talking about the same thing. I was asking about run-time discoverability. I.e. if I linked closure, jQuery, etc.., I'd like be able to discover available to me functions at run time (referred as to REPL). I.e. if I have a form where user can type in some

ClojureScript: API documentation

2011-10-14 Thread Curious Fox
Hi, Is there any easy way to discover available functions in ClojureScript REPL? I ended up reading source code and documenting it all in an org-mode file, is it the best strategy? How can I improve it? Am I correct that 'doc and 'find-doc are not available during REPL since it's running on

Re: ClojureScript: API documentation

2011-10-14 Thread David Nolen
Frank, Apologies, ClojureScript at the moment is designed with a bit of a bias towards people to who already know Clojure. This is unfortunate since there are many people who could use ClojureScript *today* who don't need or want to invest in Clojure on the JVM. Because of the bias some obvious

Re: ClojureScript: API documentation

2011-10-14 Thread Devin Walters
+100. Doc, source, ns-publics etc. will drive adoption. Sent via mobile On Oct 14, 2011, at 7:07 PM, David Nolen dnolen.li...@gmail.com wrote: Frank, Apologies, ClojureScript at the moment is designed with a bit of a bias towards people to who already know Clojure. This is unfortunate