|
|
|
|
|
by jarcane
4003 days ago
|
|
http://exercism.io supports Common Lisp, Scheme, Clojure, and Emacs Lisp, plus a ton of others, and runs through a neat little CLI app locally, so you can use your own editor (I've been doing Rust challenges in Emacs, frex.) http://www.codewars.com/ also supports Clojure, and Haskell, which is not a Lisp but is FP. Hacker Rank pretty much supports everything, but the reason for this is that it handles all the tests through stdio instead of a test suite, resulting in a lot of irritating boilerplate code. |
|
But yeah, I've seen some Java solutions on HR...