newsTwinLisp - News: Release 0.5

 
 
Latest News
Release 0.6 posted by mbirukou, Wed 24 May 2006 11:38:36 PM UTC
Release 0.5 posted by mbirukou, Mon 24 Apr 2006 06:49:02 PM UTC
Release 0.4 posted by mbirukou, Mon 17 Apr 2006 04:34:15 PM UTC
Release 0.3.4 posted by mbirukou, Sat 15 Apr 2006 07:43:30 PM UTC
Release 0.3.3 posted by mbirukou, Wed 05 Apr 2006 10:33:20 PM UTC

Release 0.5

Item posted by Mikalai Birukou <mbirukou> on Mon 24 Apr 2006 06:49:02 PM UTC.

When installing TwinLisp now, you get two executable files: tlisp and tclisp.
tlisp existed before. It can be used for non-interactive purposes and as interactive interpreter. But tlisp's interpreter is limited.
tclisp is on another hand is a full interpreter with a debugger, stepper, etc. tclisp file is nothing but "/.../clisp -i /.../clisp-pluggin.lisp". So, all of the features in interpreter are those of Clisp. Pluggin just makes Clisp to read TwinLisp code.
Another change is that common lisp code should be enclosed between #t{ and #t} . And a twinlisp code can now be included in common lisp code into the same openning and closing statements. So, now clisp and tlisp code can be inserted into each other without any problem.

 

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code