Re: ANN: TwinLisp - a new way of programming in Common Lisp



"Mikalai" <mbirukou@xxxxxxxxx> writes:

Hi Folks,

Want to announce availability of a stable version of TwinLisp:
http://twinlisp.nongnu.org/

TwinLisp is a way of programming Common Lisp in a Java/Python like
syntax without sacrificing any of Lisps strenths and features. TwinLisp
is implemented as a layer, which reads TL code and translates it into
CL code, which is run by a lisp mashine.

Surely, you mean "machine" :-)
A "mashine" would beat it to pulp...

It is not implemented as
reader macro, since these are limited for our purpose.

Download TwinLisp at http://twinlisp.nongnu.org/download.html

Check documentation at http://twinlisp.nongnu.org/documentation.html


--
__Pascal Bourguignon__ http://www.informatimago.com/

"Logiciels libres : nourris au code source sans farine animale."
.



Relevant Pages