Do you ever miss the static type system in Clojure?

Posted by Michiel Borkent on Stack Overflow See other posts from Stack Overflow or by Michiel Borkent
Published on 2010-06-05T11:12:32Z Indexed on 2010/06/05 11:22 UTC
Read the original article Hit count: 196

Filed under:
|

Are there ever situations while developing in Clojure when you miss the static type system you have available in languages like Haskell and F#?

Can you give an example of a piece of code when the type system would come in very handy?

© Stack Overflow or respective owner

Related posts about clojure

Related posts about static-typing