|
Wednesday, March 10, 2004 |
Bill Clementson has a post about the speed of Lisp and optimizing.
From a troll post on comp.lang.lisp came a challenge to get a benchmark
within the speed of a highly optimized C program. The end result was
the Common Lisp version actually outperformed the C verison. Well worth
a read. What a lot of people don't seem to realize is that most modern
Common Lisp implementations are in fact compiled to native code, they
are not interpreted. The code entered at the read-eval-print loop is
immediately compiled and run.
9:40:29 AM
|
|
© Copyright 2005 Chris Double.
|
|
|