Learning functional/clojure programming - practical excersises?

Posted by Konrad Garus on Stack Overflow See other posts from Stack Overflow or by Konrad Garus
Published on 2010-05-22T12:19:35Z Indexed on 2010/05/22 12:20 UTC
Read the original article Hit count: 271

I'm learning functional programming with Clojure. What practical excersises can you recommend? Online repositories with solutions would be perfect.

One idea I can think of is going through all the popular algorithms on sorting, trees, graphs etc. and implementing them in Clojure myself. While it could work, it may be pretty steep and I'm likely to do it inefficiently (compared to someone who knows what she's doing).

© Stack Overflow or respective owner

Related posts about learning

Related posts about functional-programming