Return multiple values from a function.

Started by netytan, December 06, 2005, 12:29:46 PM

Previous topic - Next topic

pjot

#15
Quote
Thanks so much, thats just what I needed. However I was wondering if this would not better be implemented as a Macro, I'm not sure how NewLisps support for Macros is but Schemes really suck, it seems like very paper that talks about them and how to utilize them just doesn't work :(.


There is such a thing as a macro in  newLisp, but this may not be the same as with Scheme. Please read the newLisp docs at



http://www.newlisp.org/downloads/newlisp_manual.html">http://www.newlisp.org/downloads/newlisp_manual.html


Quote
Very tidy in NewLisp.


One more reason to switch to newLisp immediately! ;-)



Peter

cormullion

#16
Quote from: "netytan"Very tidy in NewLisp. How does NewLisp compare for performance with Scheme and CL guys?


There's benchmarking data out there and elsewhere on this site, but little real  information, and even less knowledge or wisdom... :-)



http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all&lang=newlisp&lang2=mzc">//http://shootout.alioth.debian.org/sandbox/benchmark.php?test=all&lang=newlisp&lang2=mzc



Presumably it's generally true that compiled languages are better for performance than interpreted ones? (I'm no expert so I wouldn't know...)