Wolfram and Lisp Recollections
groups.google.com
Wolfram and Lisp Recollections
1–10 of 18 posts
Re: Wolfram and Lisp Recollections
#2Initially prototyped in Lisp, and the code ported over line-for-line to C.
Re: Wolfram and Lisp Recollections
#3I also have written C programs which (with some basic optimisations) are 1000 (yes) times faster than the Lisp equivalent. Initially prototyped in Lisp, and the code ported over line-for-line to C.
Re: Wolfram and Lisp Recollections
#4I also have written C programs which (with some basic optimisations) are 1000 (yes) times faster than the Lisp equivalent. Initially prototyped in Lisp, and the code ported over line-for-line to C.
Are you comparing the speed of optimized code to unoptimized code?
But... The C code probably ran 100 times faster than Lisp before I optimised it.
Re: Wolfram and Lisp Recollections
#5Re: Wolfram and Lisp Recollections
#6Re: Wolfram and Lisp Recollections
#7Earlier quoted context omitted.
Are you comparing the speed of optimized code to unoptimized code?
The algorithms were the same. But... The C code probably ran 100 times faster than Lisp before I optimised it.
Also great job on comparing what is essentially an interpreter to a compiler.
Re: Wolfram and Lisp Recollections
#8Re: Wolfram and Lisp Recollections
#9Re: Wolfram and Lisp Recollections
#10I also have written C programs which (with some basic optimisations) are 1000 (yes) times faster than the Lisp equivalent. Initially prototyped in Lisp, and the code ported over line-for-line to C.