What, again?
Posted May 2, 2007 7:52 UTC (Wed) by
ms (subscriber, #41272)
In reply to:
What, again? by peterh
Parent article:
The Rise of Functional Languages (Linux Journal)
Most reasonable people would see some form of memory-safety as a non-negotiable language design goal.
Not only that, but after a few months with Haskell, I see the preservation of type information a design goal. Which means any language based on sequential composition is out.
e1:t1 e2:t2
------------ (SEQ)
e1;e2:t2
Agh! Seriously, Haskell is really lovely language for doing I/O work in. The strength of the type system is a massive gain. And is anyone really going to claim that currying, higher-order functions and first class functions are features you can do without?
(
Log in to post comments)