|
|
|
|
|
by crucialfelix
4633 days ago
|
|
I also love Clojure, but I would recommend learning Scala. Its essentially a vastly improved Java. Or you could say its vastly improved on many previous languages. But at its core it is Java (JVM). Its easy to read, succinct, functional or OOP when you want it to be, and you can work directly with any java library. Its really a well designed language. The only downside is that the compile time is very slow, whereas with Clojure you can develop on the fly. The downside to Clojure is that the code is very dense to read. But if you have the time I also strongly recommend playing with it for a week. Scala play! is a pretty good web framework. |
|