Re: Link to API document in the cheat sheet

2010-07-07 Thread Justin Kramer
As part of the Clojure Examples Wiki experiment, I created a page adapted from the Cheatsheet, with links to relevant docs and examples (not many, yet): http://clojure-examples.appspot.com/clojure.core It's been reorganized and revised a bit from the Cheatsheet. The design is a little plain but i

Re: Link to API document in the cheat sheet

2010-07-06 Thread Tom Faulhaber
Will Langstroth had suggested this to me in private correspondence and has built a version for his own use. I haven't (yet) had the bandwidth to investigate adding this to the autodoc cycle, but I think it's a great idea. I've also been realizing lately that the autodoc should include two other ca

Re: Link to API document in the cheat sheet

2010-07-04 Thread Daniel Gagnon
And uses '() for an empty list while () is more idiomatic. On Sun, Jul 4, 2010 at 1:48 PM, ataggart wrote: > The cheatsheet is out of date (e.g., still has 'lazy-cons, old meaning > of 'next). > > > On Jul 2, 2:11 pm, ngocdaothanh wrote: > > Hi, > > > > This is my nth attempt to learn Clojure.

Re: Link to API document in the cheat sheet

2010-07-04 Thread ataggart
The cheatsheet is out of date (e.g., still has 'lazy-cons, old meaning of 'next). On Jul 2, 2:11 pm, ngocdaothanh wrote: > Hi, > > This is my nth attempt to learn Clojure. > > I think it will be an improvement if there are links to API document > for functions in the cheat sheet (http://clojure.

Re: Link to API document in the cheat sheet

2010-07-04 Thread Peter Schuller
> This is my nth attempt to learn Clojure. > > I think it will be an improvement if there are links to API document > for functions in the cheat sheet (http://clojure.org/cheatsheet). > Clicking a function name will jump right to the description for the > function is very convenient for newbies. W

Link to API document in the cheat sheet

2010-07-03 Thread ngocdaothanh
Hi, This is my nth attempt to learn Clojure. I think it will be an improvement if there are links to API document for functions in the cheat sheet (http://clojure.org/cheatsheet). Clicking a function name will jump right to the description for the function is very convenient for newbies. -- You