|
|
|
|
|
by homami
3634 days ago
|
|
That's very true. But on the other hand dynamic typing is what enables us to play with JavaScript and re-create many concepts from FP in plain JS. This is not easy in many strongly typed languages which their type system falls short of Haskell's (that supports ADTs, kinds, recursive types, etc.). |
|
Note that I'm talking about writing an entire application in this style, not just sprinkling categories here and there.