Why is scheme superior to common lisp? Which should I use if I warn to write programs for practical purposes?
Name:
Anonymous2013-07-15 1:58
>>24
Most Schemes are interpreted, while those compiled through C/C++ still have interpreted eval, which is orders of magnitude slower than native code.