Programming Languages: Lisp, C, Assembly
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2013-04-14
http://clisp.hg.sourceforge.net:8000/hgroot/clisp/clisp (read-only)
sds pushed 3 commit(s) to the clisp Mercurial repository of the CLISP - an ANSI Common Lisp project.
2013-04-14 14:59:15 PDT by sds
The current stable version is pari-2.5.3. Starting from 2.5.0, compilation of pari.c fails: gcc -I/usr/include/db4.8 -I/var/tmp/portage/dev-lisp/clisp-2.49-r3/work/clisp-2.49/builddir/gllib -I/var/tmp/portage/dev-lisp/clisp-2.49-r3/work/clisp-2.49/builddir -I/usr/include/db4.8 -O2 -march=native -pipe -Wa,--noexecstack -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type...
2013-04-10 21:52:16 PDT by grozin
The current stable version is pari-2.5.3. Starting from 2.5.0, compilation of pari.c fails: gcc -I/usr/include/db4.8 -I/var/tmp/portage/dev-lisp/clisp-2.49-r3/work/clisp-2.49/builddir/gllib -I/var/tmp/portage/dev-lisp/clisp-2.49-r3/work/clisp-2.49/builddir -I/usr/include/db4.8 -O2 -march=native -pipe -Wa,--noexecstack -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type...
2013-04-10 21:15:05 PDT by grozin
Hi All, I managed to install CLISP for Cygwin manually (it doesn't seem to install with the new Cygwin installer). Pipes are working great for all of the Cygwin utilities now, but still not for CLISP. Just thought I'd mention that. I'm considering compiling it myself... still gotta figure out how to do that. -Todd.
2013-04-09 11:34:18 PDT by toddcpierce
Hi all, So, it looks like the Cygwin people fixed the pipes but then forgot to include clisp in their distribution. -Todd.
2013-03-30 10:27:00 PDT by toddcpierce
thank you for your bug report. the bug has been fixed in the source tree (mercurial/hg). you can either wait for the next release (recommended) or check out the current mercurial tree (see http://clisp.org) and build CLISP from the sources (be advised that between releases the source tree is very unstable and may not even build on your platform).
2013-03-17 07:30:56 PDT by sds
sds pushed 1 commit(s) to the www Mercurial repository of the CLISP - an ANSI Common Lisp project.
2013-03-17 07:26:09 PDT by sds
On page http://www.clisp.org/resources.html the reference to http://www.markcarter.me.uk/computing/lisp/lisp.htm is broken, and should now read http://www.markcarter.me.uk/programming/lisp/lisp.htm.
2013-03-17 05:30:34 PDT by comcol
sds pushed 1 commit(s) to the clisp Mercurial repository of the CLISP - an ANSI Common Lisp project.
2013-02-08 11:30:09 PST by sds
The following file gives an error (can't redefine setq) when compiled, but not when loaded: --- foo.lisp -- (unless t (defmacro setq (a b) nil)) (setq var 'value) --- end --- This is a simplified version of code that occurs in the paiprolog system, and this problem causes (ql:quickload "paiprolog") to fail. I encountered this problem with CLISP 2.49 running on Windows.
2013-02-05 17:49:16 PST by ksvanhorn