Live data from Hacker News

4Clojure hits 100K solved problems.

4clojure.com

1–10 of 18 posts

Re: 4Clojure hits 100K solved problems.

#9
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

Re: 4Clojure hits 100K solved problems.

#10
post #8
post #7

The 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.
Post reply on HN