Linked by Thom Holwerda on Mon 14th Jan 2013 23:15 UTC, submitted by MOS6510
Thread beginning with comment 548830
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Comment by RareBreed
by Accident on Tue 15th Jan 2013 16:56
in reply to "RE: Comment by RareBreed"
RE[3]: Comment by RareBreed
by ebasconp on Tue 15th Jan 2013 17:03
in reply to "RE[2]: Comment by RareBreed"
Functional languages are beautiful; but getting tied to a specific proprietary platform (.NET framework) is not a good idea.
I would take a look to Jaskell ( http://jaskell.codehaus.org ) instead.
Edited 2013-01-15 17:18 UTC





Member since:
2007-04-23
I started programming in 1975 with BASIC and COMAL and then later Pascal, FORTRAN, COBOL and assembly language at university. On the third year of university, I was taught LISP and was immediately sold. I have also used C, Java, Scheme, ML, Haskell and a dozen less known languages. I tend to use mainly Standard ML. Though it is not purely functional and rather less advanced than Haskell, I like its simplicity: I find that Haskell has evolved to a testbench for weird language and type features so people can write extremely generic programs that you need a PhD to understand.
Standard ML is, however, rather dated. Some attempts at revising it has been made, but they have, IMO, failed mainly by trying to add too many new features to the language. Then there are what I would call misguided derivatives (O'Caml and F#) that add object-oriented features to the language. I would rather see a minimal update that solves some of the more pressing problems (such as lack of Unicode support) and a more modern standard library. And parallelism, of course.