I have been enjoying 4clojure, although I found myself hitting a wall a few times, mostly due to not knowing about some function that I needed to solve the problem. It'd be great if there were hints available without looking at a completed solution - eg "try using 'reduce'". Also, I have enjoyed the Clojure koans as well: https://github.com/functional-koans/clojure-koans
4Clojure hits 100K solved problems.
11–18 of 18 posts
Re: 4Clojure hits 100K solved problems.
#12I have been enjoying 4clojure, although I found myself hitting a wall a few times, mostly due to not knowing about some function that I needed to solve the problem. It'd be great if there were hints available without looking at a completed solution - eg "try using 'reduce'". Also, I have enjoyed the Clojure koans as well: https://github.com/functional-koans/clojure-koans
Stop by #4clojure on freenode, the site devs hang out there (myself included) and happily give pointers on problems. Also, the main #clojure channel, while busy, is a great resource -- Clojure has a pretty welcoming community.
Once you solve a problem you get a link to the solutions, but if you hit "Back" you end up back on the problem anew, with no link to move on.
Takes some tab management to keep the "next problem" link and see the other solutions.
Re: 4Clojure hits 100K solved problems.
#13Earlier quoted context omitted.
Whilst it doesn't tell you about the stack it's running on, the site code is open source: https://github.com/4clojure/4clojure
Looks like mongodb + compojure + some other interesting libraries (clojail for protected eval, for example), running on a Linode.
Re: 4Clojure hits 100K solved problems.
#14I love sites like these! I wish there was one for every language and every learning subject.
Re: 4Clojure hits 100K solved problems.
#15I love sites like these! I wish there was one for every language and every learning subject.
Take a look at http://projecteuler.net/problems It's a wonderful collection of non language specific mathematical and/or computer programming problems.
http://www.pythonchallenge.com/
upon a cursory look I couldn't find a decent version for ruby, but there are many out there that do it differently.
Re: 4Clojure hits 100K solved problems.
#16I have been enjoying 4clojure, although I found myself hitting a wall a few times, mostly due to not knowing about some function that I needed to solve the problem. It'd be great if there were hints available without looking at a completed solution - eg "try using 'reduce'". Also, I have enjoyed the Clojure koans as well: https://github.com/functional-koans/clojure-koans
Re: 4Clojure hits 100K solved problems.
#17I have been enjoying 4clojure, although I found myself hitting a wall a few times, mostly due to not knowing about some function that I needed to solve the problem. It'd be great if there were hints available without looking at a completed solution - eg "try using 'reduce'". Also, I have enjoyed the Clojure koans as well: https://github.com/functional-koans/clojure-koans
Re: 4Clojure hits 100K solved problems.
#18I have been enjoying 4clojure, although I found myself hitting a wall a few times, mostly due to not knowing about some function that I needed to solve the problem. It'd be great if there were hints available without looking at a completed solution - eg "try using 'reduce'". Also, I have enjoyed the Clojure koans as well: https://github.com/functional-koans/clojure-koans
I've never programmed in Clojure or Java before, I figured I'd give it a try. I got hung up on a very early, and with no way to see the solution I'm stuck googling (to no avail) and trying random things (waste of time). Why can we not see the answers? Is this a standardized test or a learning tool? I'd feel silly going to a IRC channel to ask the devs what the answer to intro to strings was.