Re: Clojure Koans and others interactive exercises to learn clojure?

2011-07-05 Thread Kevin Sookocheff
You can always try http://projecteuler.net using Clojure. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first

Re: Clojure Koans and others interactive exercises to learn clojure?

2011-07-05 Thread Jonathan Cardoso
Thanks for sharing this!! I didn't know that there was a Koans version for Clojure =D On 4 jul, 00:52, Antonio Recio amdx6...@gmail.com wrote: Clojure koans https://github.com/functional-koans/clojure-koans is awesome to learn clojure. Do you know other projects with exercises to learn clojure

Clojure Koans and others interactive exercises to learn clojure?

2011-07-03 Thread Antonio Recio
Clojure koans https://github.com/functional-koans/clojure-koans is awesome to learn clojure. Do you know other projects with exercises to learn clojure? -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: Clojure Koans and others interactive exercises to learn clojure?

2011-07-03 Thread Tamreen Khan
http://4clojure.com/ comes to mind, it has the same koan-style but what looks like a lot more problems and you can run the code on the site itself. On Sun, Jul 3, 2011 at 11:52 PM, Antonio Recio amdx6...@gmail.com wrote: Clojure koans https://github.com/functional-koans/clojure-koans

Re: Clojure Koans?

2010-03-19 Thread Timothy McGuire
On a recent Java Ranch, Dick Wall mentioned that he was working with Clojure and F# people on functional language Koans that are like the Ruby Koans at http://github.com/relevance/functional-koans/ the branch for clojure is: at http://github.com/relevance/functional-koans/tree/clojure There are

Re: Clojure Koans?

2009-12-03 Thread Daniel Simms
On Wed, Dec 2, 2009 at 11:39 AM, Matthew Williams matthew.d.willi...@gmail.com wrote: The project is up on Github: http://github.com/edgecase/ruby_koans Another get-to-know-your-language project that I like is: http://pythonchallenge.com ... and can be fun for wizards as well (since part of

Re: Clojure Koans?

2009-12-02 Thread Jim Weirich
to the Lisp world. At one point in time I was considering putting together a set of Clojure koans, but got sidetracked with the SICP study. I discovered I can't learn Scheme and learn Clojure at the same time, so Clojure Koans are on hold for the moment. If anyone wants to run with the idea

Re: Clojure Koans?

2009-12-02 Thread Matthew Williams
of   Clojure koans, but got sidetracked with the SICP study. I discovered I   can't learn Scheme and learn Clojure at the same time, so Clojure   Koans are on hold for the moment.  If anyone wants to run with the   idea, feel free. The Ruby Koans were really fun to go through and I always