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 javas
+100. Doc, source, ns-publics etc. will drive adoption.
Sent via mobile
On Oct 14, 2011, at 7:07 PM, David Nolen 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 since there
> are man
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 t
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 Java