Menu

CLISP - an ANSI Common Lisp / News: Recent posts

GNU CLISP 2.28 release

2.28 (2002-03-03)

Important notes
---------------

* All .fas files generated by previous CLISP versions
are invalid and must be recompiled.

User visible changes
--------------------

* ANSI CL functions MAKE-LOAD-FORM and MAKE-LOAD-FORM-SAVING-SLOTS
are implemented.

* ANSI CL pretty printer <http://www.lisp.org/HyperSpec/Body/sec_22-2.html>
is implemented.
In particular,
variables *PRINT-LINES*, *PRINT-MISER-WIDTH*, *PRINT-PPRINT-DISPATCH*,
macro PPRINT-LOGICAL-BLOCK,
local macros PPRINT-EXIT-IF-LIST-EXHAUSTED, PPRINT-POP
and functions PPRINT-DISPATCH, COPY-PPRINT-DISPATCH, SET-PPRINT-DISPATCH,
PPRINT-FILL, PPRINT-LINEAR, PPRINT-TABULAR, PPRINT-TAB,
PPRINT-NEWLINE, PPRINT-INDENT
are implemented.
See the impnotes <http://clisp.cons.org/impnotes.html#clpp> for details.... read more

Posted by Sam Steingold 2002-03-04

GNU CLISP 2.27 release

2.27 (2001-07-17)

User visible changes
--------------------

* EXT:GETENV is now setfable.

* Hostname resolution is now optional in
EXT:SOCKET-STREAM-PEER and EXT:SOCKET-STREAM-LOCAL.

* EXT:SOCKET-STATUS now accepts SOCKET-SERVERs too
and the direction of the checks can be specified.

* Added install.bat for win32 installation.

* ANSI CL compliance: more conformant pathname handling.... read more

Posted by Sam Steingold 2001-07-17

GNU CLISP 2.26 release

Important notes
---------------

* The CLISP extensions have been moved from the CLtL1 package LISP to
separate packages.
If you reply on any of the CLISP extensions, you will need to make
your packages use package EXT, which re-exports all exported symbols
from all extension packages.

* All .fas files generated by previous CLISP versions
are invalid and must be recompiled.

User visible changes
--------------------... read more

Posted by Sam Steingold 2001-05-23

GNU CLISP 2.25.1 bug-fix release

Please visit http://clisp.cons.org for information on downloading the sources.

2.25.1 (2001-04-06)

User visible changes [this is a bug-fix only release]
--------------------

* ANSI CL compliance: INITIALIZE-INSTANCE accepts &KEY &ALLOW-OTHER-KEYS
arguments.

* Fixed a bug: a single value was sometimes returned by READ-LINE.

* Fixed a bug: re-exporting inherited symbols resulted in them being
reported as both external and inherited by WITH-PACKAGE-ITERATOR.... read more

Posted by Sam Steingold 2001-04-06

Released: GNU CLISP 2.25 (2001-03-15)

A new version of CLISP - an ANSI Common Lisp implementation - has just been released.
Please visit our homepage to download the sources and some selected binaries.

GNU CLISP version 2.25 (2001-03-15)

Important notes
---------------

* The default extension of Lisp source files for CLISP is now ".lisp" instead
of ".lsp". When both "foo.lisp" and "foo.lsp" exist, (LOAD "foo") will load
"foo.lisp".... read more

Posted by Sam Steingold 2001-03-14

new CLISP release

A new release, version 2000-03-06, is available at

ftp://clisp.sourceforge.net/pub/clisp/
and
ftp://clisp.cons.org/pub/lisp/clisp/source/

Also available are binary packages for the following platforms:

i386-suse63-linux
i386-redhat61-linux
alpha-redhat-linux
sparc-sun-solaris2.4

in
ftp://clisp.sourceforge.net/pub/clisp/2000-03-06/
and
ftp://clisp.cons.org/pub/lisp/clisp/binaries/

Changes, from the NEWS file:... read more

Posted by Sam Steingold 2000-03-07

CLISP home moves, mailing lists are reborn

The CLISP project has moved some of its infrastructure from cons.org to sourceforge.net.

Home Page

The home page has been revamped. Its address continues to be

http://clisp.cons.org/

but this now redirects to

http://clisp.sourceforge.net/

No need to change your bookmarks.

Mailing lists

The mailing lists, which have been out of order for three months, are now up again:

clisp-announce at lists.sourceforge.net for release announcements
clisp-list at lists.sourceforge.net general users' list
clisp-devel at lists.sourceforge.net maintainers talking... read more

Posted by Sam Steingold 2000-01-14