|
|
|
|
|
by Fraterkes
267 days ago
|
|
I know powerful typing features are very important for Haskell in particular, but is static typing considered a functional feature more broadly? Most lisps don't have static typing as far as I know. Clojure was one of the main functional languages that actually saw industry use for a while, and it is dynamically typed. |
|
It's not a necessary relation, those things are pretty much independent. Except in that pattern matching and function composition complement each other very well.