4Clojure hits 100K solved problems.
4clojure.com
4Clojure hits 100K solved problems.
1–10 of 18 posts
Re: 4Clojure hits 100K solved problems.
#2You can see the current count in real-time on the front page of the website. Exciting stuff!
Re: 4Clojure hits 100K solved problems.
#3Sites like this are the best way to learn any language. Keep up the good work, and I might start learning me some clojure soon enough.
Re: 4Clojure hits 100K solved problems.
#4Great website. I started with "The Little Schemer" and SICP, and then also started learning Clojure in parallel with just the cheatsheet and 4cloure.
Re: 4Clojure hits 100K solved problems.
#5I feel oddly proud of my .1% contribution to this count. 4clojure has been really useful, thanks to everyone who's had a hand in creating it!
Re: 4Clojure hits 100K solved problems.
#6I love sites like these! I wish there was one for every language and every learning subject.
Re: 4Clojure hits 100K solved problems.
#7The site is pretty fast. It states it's hosted by Clojure. I wonder what's the architecture layout is.
Re: 4Clojure hits 100K solved problems.
#8The site is pretty fast. It states it's hosted by Clojure. I wonder what's the architecture layout is.
Whilst it doesn't tell you about the stack it's running on, the site code is open source: https://github.com/4clojure/4clojure
Re: 4Clojure hits 100K solved problems.
#9I 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.
#10The site is pretty fast. It states it's hosted by Clojure. I wonder what's the architecture layout is.
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.