newLISP Fan Club

Forum => Anything else we might add? => Topic started by: Jeremy Dunn on August 07, 2005, 04:15:21 PM

Title: Euphoria - LISPlike language
Post by: Jeremy Dunn on August 07, 2005, 04:15:21 PM
There is a scripting language called Euphoria that you can check out at



http://www.rapideuphoria.com/



This language borrows principles from LISP extensively, calling what are basically lists sequences instead. It seems kind of halfway between LISP and VB. It claims to be 30 times faster than Python. You can create exe's and dlls with it. You can't have functions with a variable number of arguments unless you pass them as a sequence. Rather interesting.
Title:
Post by: Fanda on August 07, 2005, 11:16:12 PM
Sequences and operations over them are LISP like. Otherwise syntax looks like Pascal/C (VB?).



Fanda



PS: Some algorithms in Demo are interesting. For example Dos32stereo which draws "Random Dot Stereo Pictures" - 3D picture in 2D chaos ;-)