Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - AlienChild

#1
Anything else we might add? /
August 23, 2006, 04:34:14 AM
I understand that among scripting languages that newLisp easily holds its own or better, but in general the same code running under a compiler will be about 10 times faster (as a very rough general approximation). Using C libraries can of course reduce this by a lot.



However there are good compilers for Common Lisp (SBCL) and Scheme (Larceny, Bigloo, Chicken, Stalin, Gambit)  that produce extremely fast code while still retaining the power and flexibility of the Lisp family of languages.



I am interested however in Neural Network and Genetic Algorithms for non-trivial problems. These types of problems don't lend themselves easily to optimization and really need raw speed throughout. Another problem domain I need to address is Quant programming and games. While often one can get significant performance gains here from libraries I would prefer to largely develop everything in one language/environment.



I realize that this request probably falls outside the original goals for newLisp and I wouldn't use Ruby/Perl/Python either to solve my kind of problems. However I am positive I am not the only only who would love to see newLisp having the option of creating a highly optimised, compiled stand alone .exe form.



That way we could stay with one language, get great scripting ability and great stand alone compiled speeds as well - or are these 2 goals mutually exclusive?
#2
Hi,



I really like the idea of newLisp but for me often code execution speed is an issue. Are there any plans afoot to create a compiler for newLisp or perhaps something running on Java Virtual Machine?