
Top : Computers : Programming : Languages : Lisp :
Software
Categories
| Compilers and Interpreters @ Scheme @ |
Websites
Interactive Network Editor and Graphical Database.
site exerpt
Grasper-CL Defines graphs as an abstract datatype Graphs include nodes, directed edges between nodes, subgraphs of nodes edges, keyed values for all graph entities Graphs are edited through direct pictorial manipulation or under program control Complete graphical user interfaces can be...Artificial intelligence in Lisp.
site exerpt
Lisp AI Blog of AI4U Textbook Artificial intelligence Mind loop at the core of the AI framework from the AI textbook AI4U: Mind-1.1 Programmer's Manual with printable Index. See also Ada APL C C COBOL Forth Java JavaScript Labview Oberon Perl Prolog Python Ruby Scheme Smalltalk Tcl Visual...GDL Application Development System, dynamic Knowledge Base Language and Development Environment; Generative Web Language (GWL), an integrated web-based user interface platform, for rapid development and deployment of dynamic webserver-based apps. ANSI Common Lisp based.
site exerpt
Genworks provides a powerful toolset and approach for developing software applications. This approach has been used for decades in the high-end KBE industry, and is now available in a modern, practical, and affordable package with dynamic Web-based deployment.Genworks GDL Application...mod_lisp is an Apache plugin which lets apache send requests to a lisp process to generate dynamic content. Think of it as java server pages for lisp. cl-pdf is a library to create files in Portable Document Format from Common Lisp.
http://www.fractalconcept.com/
A project to package and easily distribute Lisp software. It is loosely modelled after the ideas behind CPAN, for Perl.
site exerpt
cCLan info page Project page with links to SF-hosted services, such as CVS for cCLan tools Mailing-lists (cclan-announce and cclan-list) Current prototype cCLan The current (second) prototype of cCLan is provisionally titled vn-cclan (for Vendor Neutral cCLan More information is available from http...An interactive, collaborative Wiki dedicated to Common Lisp.
site exerpt
CLiki index Links to and resources for free software implemented in Common Lisp and available on Unix-like systems. Listed software should satisfy the Debian Free Software Guidelines (DFSG Non-Free, non-Unix and non-Common Lisp resources can be found at the ALU wiki. By...An interface between Common Lisp and X Window.
ftp://ftp.cs.cmu.edu/afs/cs/proj...tory/ai/lang/lisp/gui/clx/0.html
PLOB implements orthogonal persistency for LISP and CLOS objects
site exerpt
Persistent LISP objects If you are interested in downloading the latest version of PLOB please refer to the new WEB site at http www.lisp.de/software/plob/Welcome.html; this site will no longer contain up-to-date archives. Thank you. Diploma thesis Author Heiko Kirschke Title Persistency in Object...An LGPL web server you can embed in your Common Lisp application.
site exerpt
AllegroServe a Web Application Server Serve has these components:HTTP/1.1 compliant web server capable of serving static and dynamic pagesHTML generation facility that seamlessly merges html tag printing with computation of dynamic content. The HTML generator matches perfectly with the HTML parser (which is in another...A music synthesis and signal processing package in the Music V family.
http://www-ccrma.stanford.edu/software/clm/
A user interface development environment for Common Lisp and X11 or Macintosh. It helps you create graphical, interactive user interfaces for your software.
http://www-2.cs.cmu.edu/Groups/garnet/
Closure is a free web browser written completely in Common Lisp.
site exerpt
The Closure Web Browser New tar ball containing small changes, and port to SBCL by Daniel Barlow. 2003-03-10 Initial release of the new CLIM-based Closure. Download Grab closure-2003-03-14.tar.gz. This tar ball contains an appropriate version of McCLIM. CVS Anonymouns [read-only] CVS access is available....A software package for developing CGI scripts with Common Lisp. It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST and environment variables) and offers tools for easier HTML generation with special support for handling HTML forms. [Open source, LGPL]
site exerpt
lisp-cgi-utils It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST and environment variables) and offers tools for easier HTML generation with special support for handling HTML forms. It also supports HTTP cookies for managing state across requests. This software...A portable Perl-compatible regular expressions for Common Lisp. [Open source, BSD-style license]
site exerpt
CL-PPCRE portable Perl-compatible regular expressions for Common Lisp E is a portable regular expression library for Common Lisp which has the following features: It is compatible with Perl Well as far as you can be compatible with a language defined by its ever-changing implementation. Currently, as of December...A .NET layer for Common Lisp. It enables Common Lisp applications to interact with .NET libraries. [Open source, BSD-style license]
site exerpt
RDNZL A .NET layer for Common Lisp Lisp applications to interact with .NET libraries. It's more or less a foreign function interface for .NET languages like C# built atop the C foreign function interface. RDNZL comes with a BSD-style license so you can basically do with it...A library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI. [Open source, BSD-style license]
site exerpt
CL-GD Use the GD Graphics Library from Common Lisp Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI. A version which also works with CLISP...A library for Common Lisp which modifies the reader so that you can have interpolation within strings similar to Perl or Unix Shell scripts. It also provides various ways to insert arbitrary characters into literal strings even if your editor/IDE doesn't support them. [Open source, BSD-style license]
site exerpt
CL-INTERPOL string interpolation for Common Lisp L string interpolation for Common Lisp The crux of the biscuit is the apostrophe Frank Zappa) Abstract CL-INTERPOL is a library for Common Lisp which modifies the reader so that you can have interpolation within strings similar to Perl or...A Lisp Markup Language, i.e. it provides convenient means to convert S-expressions intermingled with code into (X)HTML, XML, or whatever. [Open source, BSD-style license]
site exerpt
CL-WHO Yet another Lisp Markup Language Languages out there every Lisp programmer seems to write at least one during his career and CL-WHO (where WHO means with-html-output for want of a better acronym) is probably just as good or bad as the next one. They are...A portable library for Common Lisp which can be used to fill templates with arbitrary (string) values at runtime. It is loosely modeled after the Perl module HTML::Template and compatible with a subset of its syntax. [Open source, BSD-style license]
site exerpt
HTML-TEMPLATE Use HTML Templates from Common Lisp E is a portable library for Common Lisp which can be used to fill templates with arbitrary (string) values at runtime Actually, it doesn't matter whether the result is HTML. It's just very likely that this will be what the...A toolkit for building dynamic websites with Common Lisp. It employs the popular Apache web server for the actual HTTP communication between the server and the browser and it uses Marc Battyani's mod_lisp for the communication between Apache and the Lisp image. [Open source, BSD-style license]
site exerpt
TBNL A Toolkit for Dynamic Lisp Websites L is a toolkit for building dynamic websites with CommonLisp. It can sit behind a front-end like Araneida (a web server written in Common Lisp) or the popular Apache combined with Marc Battyani's mod_lisp. It can also pretend to be...A small package which can be used to programmatically rewrite (X)HTML documents such that certain attributes values are replaced by others. [Open source, BSD-style license]
site exerpt
URL-REWRITE Rewrite (X)HTML attributes with Common Lisp E is a small package which can be used to programmatically rewrite (X)HTML documents such that certain attributes values are replaced by others. It was written to rewrite URLs (as in a href or img src for cookie-less session handling...A library to embed Common Lisp and special template tags into normal text files. Can be used for dynamically generated HTML pages. [Open source, Lisp Lesser General Public Licence]
site exerpt
CL-EMB Embedded Common Lisp and template system Lisp and special template tags into normal text files. Can be used for dynamically generated HTML pages. See examples and README. License LLGPL Mailing Lists cl-emb-develfor questions, bug reports, feature requests, improvements, or patches cl-emb-announcefor announcements. Download Latest Version: 0.4.2...An open source implementation of the Common Lisp Interface Manager, a portable and standardized library for constructing user interfaces.
site exerpt
McCLIM M is an open source implementation of the Common Lisp Interface Manager specification. It is licensed under the GNU Library General Public License. The McCLIM Wiki contains quite a bit of information about McCLIM, including a list of applications using...