Is there a site like http://yosefk.com/c++fqa/defective.html but for all other crappy languages? You know, they all have their weak points and can be ridiculed.
Name:
Anonymous2011-07-21 14:30
>>20
Lisp isn't interpreted by design. Common Lisp is especially designed for compiler optimization. Eairly Lisps (ones with FEXPRs) were interpreted (for a good reason of theoretical elegancy), but had little in common with Python or Ruby (which use interpreter for a bad reason).