Re: By Example - another Clojure introduction wiki page

2009-01-14 Thread e
example's of API isn't the same as real, known, problems and how to solve them in clojure. Like my merge sort problem before. I think the last post there of the loop/recur and how it's better than the with-local-vars version . . .and what leaking is about how it's not really recursion is all good

Re: By Example - another Clojure introduction wiki page

2009-01-14 Thread Mark Volkmann
On Tue, Jan 13, 2009 at 8:12 PM, GS wrote: > > On Jan 14, 1:12 am, Timothy Pratley wrote: >> I've written small wiki article which dives right into the look and >> meaning of common Clojure constructs with examples. Personally I find >> I learn best by examples and when starting out they were ha

Re: By Example - another Clojure introduction wiki page

2009-01-13 Thread Nick Vogel
It's in the upper right hand corner of the main page. The stuff on the left seems to be about the language itself, while the links in the upper right reference the various external sources. I'm the kind of person who explores every nook and cranny of a webpage though so I can't speak for how easi

Re: By Example - another Clojure introduction wiki page

2009-01-13 Thread e
actually I think I've seen that page before. I guess I new the way to get there once. On Wed, Jan 14, 2009 at 12:35 AM, e wrote: > . . . that person being me if it wasn't clear :) > > > On Wed, Jan 14, 2009 at 12:35 AM, e wrote: > >> define "directly" I clicked on clojure.org. I don't see t

Re: By Example - another Clojure introduction wiki page

2009-01-13 Thread e
. . . that person being me if it wasn't clear :) On Wed, Jan 14, 2009 at 12:35 AM, e wrote: > define "directly" I clicked on clojure.org. I don't see the link. I > stared at the page for a good 30 seconds. I don't see a "links" section. . > . . maybe it's there and I'm bad at reading. Ah i

Re: By Example - another Clojure introduction wiki page

2009-01-13 Thread e
define "directly" I clicked on clojure.org. I don't see the link. I stared at the page for a good 30 seconds. I don't see a "links" section. . . . maybe it's there and I'm bad at reading. Ah it's inline in the getting started dialog. In my opinion, that wiki link ought to be prominently displ

Re: By Example - another Clojure introduction wiki page

2009-01-13 Thread Nick Vogel
It is, that article is part of the wiki linked to directly from clojure.org. On Tue, Jan 13, 2009 at 11:12 PM, e wrote: > i know that will be awesome for me. I just wish clojure.org was the only > place I had to go to get stuff like that. Why not wikify it all there? > > > On Tue, Jan 13, 2009

Re: By Example - another Clojure introduction wiki page

2009-01-13 Thread e
i know that will be awesome for me. I just wish clojure.org was the only place I had to go to get stuff like that. Why not wikify it all there? On Tue, Jan 13, 2009 at 9:12 PM, GS wrote: > > On Jan 14, 1:12 am, Timothy Pratley wrote: > > I've written small wiki article which dives right into

Re: By Example - another Clojure introduction wiki page

2009-01-13 Thread GS
On Jan 14, 1:12 am, Timothy Pratley wrote: > I've written small wiki article which dives right into the look and > meaning of common Clojure constructs with examples. Personally I find > I learn best by examples and when starting out they were hard to find, > whereas formal descriptions were ther

By Example - another Clojure introduction wiki page

2009-01-13 Thread Timothy Pratley
I've written small wiki article which dives right into the look and meaning of common Clojure constructs with examples. Personally I find I learn best by examples and when starting out they were hard to find, whereas formal descriptions were there but rather cryptic when you don't understand the c