|
|
|
|
|
by falcolas
4160 days ago
|
|
> Is there a less crazy functional language you would recommend? Clojure. It's a well supported and documented dialect of Lisp, which is a fundamentally functional language (though not purely functional), implemented on a platform that just about everyone has access to: the JVM. The more you can minimize your use of the dot operator (which implicitly means minimizing your dependence on Java libraries), the more you'll learn about functional programming. |
|