newLISP 10.0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News newLISP 10.0.2 (Default branch)
# 1  
Old 03-09-2009
newLISP 10.0.2 (Default branch)

newLISP is a Lisp-like, general-purpose scripting language. It has all the magic of traditional Lisp, but is easier to learn and use. newLISP is friendly, fast, and small. Most of the functions you will ever need are already built in. License: GNU General Public License v3 Changes:
The new "read-utf8" function reads UTF-8 characters from files. Treatment of the status header response line in CGI files by newLISP server mode has changed and is documented in the "Code Patterns" document. The "directory?" function is now insensitive to trailing slashes on Win32. Image

Image

More...
Login or Register to Ask a Question

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

NAME
stumpwm - a Common Lisp window manager SYNOPSIS
stumpwm DESCRIPTION
Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp. StumpWM attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons. It does have various hooks to attach your personal customizations, and variables to tweak. FILES
~/.stumpwmrc ENVIRONMENT
LISP Specify which Common Lisp implementation should be used. Default to CLISP, other values are SBCL and CMUCL (all lowercase). This can also be configured in ~/.stumpwmrc as ";debian=lisp". SEE ALSO
clisp(1), sbcl(1), cmucl(1) The complete StumpWM documentation is available under the info subsystem, as well as the SLIME documentation. AUTHORS
StumpWM was principally written by Shawn Betts <sabetts@vcn.bc.ca> and is licensed under the terms of the GNU General Public License (GPL), version 2 or later. This manual page was written by Luca Capello <luca@pca.it> for the Debian StumpWM package and is licensed under the terms of the GNU Gen- eral Public License (GPL), version 2 or later. Check /usr/share/doc/stumpwm/copyright for more information. Jul 23, 2008 STUMPWM(1)