2010-04-06, 03:10 AM
Heidi Wrote:Pffftttt I put Perl and PHP up. And Java + C# can also be used on web!You can use anything on the web!

Horusmaster Wrote:Most hated programming language is Scheme (no loops, no types, no arrays)Honestly, I've never ever seen such a misinformed post.
Loops in Scheme:
map, iter, let, do + tail-recursion (They get compiled to loops, so better use them)
Native datatypes in Scheme:
atom, symbol, integer, real, complex, fraction, string, character, boolean, cons, list and functions
Array-creations in Scheme:
vector, make-array
It's not really a scream that I like Common LISP the most. Properly written, it would usually be the fastest development-language to big problems due to macros (modifying the code-tree), and it's usually so fast that there's no worthy difference between it and C/Java. Besides, it's easier to debug, as the code's shorter.
C's on second place; It's not weird that a certain OS is made in it.


