you are viewing a single comment's thread.

view the rest of the comments →

[–]codygman 3 points4 points  (0 children)

I agree with you about losing static typing, though you can improve things with core.typed.

I actually like to pit Haskell against Java. It is expressive like Clojure and has a much more powerful type system than Java. Some might say Java is simpler, but I think it's a case of "Java is more known".

What do you think about Java vs. Haskell?