Re: labrepl + tryclojure

2012-08-21 Thread semperos
In terms of the labrepl content, I have purposely made very few edits at this point. Depending on the Clojure version, different forms are sometimes available by default at the REPL, so it's possible you'll need to do something like (require '[clojure.repl :as r]) and then use that alias to use

Re: labrepl + tryclojure

2012-08-21 Thread Mayank Jain
One more thing, Where is the "Toggle REPL" link? I didn't see any. Using Firefox 14, Ubuntu 12.04. Tested it on Chrome as well, didn't see anything. Am I missing something? On Wed, Aug 22, 2012 at 2:11 AM, Mayank Jain wrote: > Few Things: > > 1) intro > > This doesn't work: > > *To learn about a

Re: labrepl + tryclojure

2012-08-21 Thread Mayank Jain
Few Things: 1) intro This doesn't work: *To learn about a function, you can examine its docstring. Print the docstring for println using the form* *(doc println)* * * Unable to resolve symbol: doc in this context [Thrown class java.lang.RuntimeException] (and other similar functions) 2) name