|
|
|
|
|
by acangiano
6096 days ago
|
|
They are fundamentally different languages. Clojure is dynamically typed, Haskell is statically typed (despite its great type inference). Clojure is relatively small and simple to learn, Haskell is larger and far more complex (it introduces many new concepts). Clojure is based on the JVM, Haskell is not, but it's backed up by many researchers who publish libraries on Hackage. Different strokes, really. |
|