[Shootout-list] Programming language features

Einar Karttunen ekarttun@cs.helsinki.fi
Sun, 26 Sep 2004 11:19:56 +0300


Hello

There has been much (maybe even too much) talk about 
programming language features. One simple solution
would be to add one extra page to the shootout listing
a summary the features of the programming languages.
This would not affect scoring, but should be enough
to keep people happy.

e.g.

language       paradigm     bignums    exceptions 
C              procedural   library    no
haskell        functional   optional   yes (not used much)
...

- Einar Karttunen