<eddycool666@hotmail.com> wrote:
+---------------
| I find I can literally write a program in Lisp and that can act
| as my algorithmic designs(I just remove the parentheses) for my
| coursework assignments - It's an invaluable helping tool that
| no one knows about.
+---------------
Not just coursework, either. I've done the same thing with Unix
kernel and embedded controller algorithms in commercial products:
Get the tricky bits of the algorithm figured out and actually
*working* in Lisp, then "hand-compile" the now-correct result
into C (or sometimes assembler!). A secret weapon, indeed! ;-}
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607