GNU CLISP 2.46 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GNU CLISP 2.46 (Default branch)
# 1  
Old 07-02-2008
GNU CLISP 2.46 (Default branch)

Image GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system (CLOS, MOP), sockets, fast bignums, arbitrary precision floats, and a foreign language interface that runs on most Unix variants and Win32. License: GNU General Public License (GPL) Changes:
This release fixes the remaining bugs in special bindings in evaluated code on 64-bit platforms.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
sawfish-client(1)					      General Commands Manual						 sawfish-client(1)

NAME
sawfish-client -- Evaluate arbitrary Lisp forms with sawfish. SYNOPSIS
sawfish-client [ --display X ] [ -q ] [ -f FUNCTION ] [ -c COMMAND ] [ -r FEATURE ] [ -e FORM ] [ - ] [ -- ] DESCRIPTION
This allows you to connect to a window manager process and evaluate arbitrary Lisp forms. OPTIONS
--display Connect to the window manager on display X -q Be quiet (perform commands asynchronously) -f FUNCTION Call Lisp function FUNCTION on the server -c COMMAND Call the interactive Lisp function COMMAND -r FEATURE Require the module called FEATURE -e FORM Evaluate Lisp form FORM on the server - Read lines of input until EOF, evaluating each one as it is read -- Read forms from standard input until EOF, evaluating the whole lot in one go (inside a progn) SEE ALSO
Sawfish are documented fully by John Harper available via the Info system . AUTHOR
This manual page was written by Christian Marillat marillat@debian.org for the Debian GNU/Linux system (but may be used by others). sawfish-client(1)