Hide
Login/Register to vote and to have access to more featuresYou are here: Root > By Topic > Web Development
Go directly to another tagGo directly to another tagAll Last Modified Items for Web Framework
Back to full tag viewSymbolicWeb (Modified)Last modification: Sun, 04 Jul 2010 18:44:00 GMTCommon Lisp GUI using AJAX and Comet. Aims to create a GUI framework similar to GTK+ and QT for Common Lisp. It differs in that it uses the browser to render the UI elements.
Wiki list of websites powered by Lisp (Added)Last modification: Sun, 04 Jan 2009 03:20:30 GMTList of websites and other web applications built using Lisp. Entries are strongly encouraged to be listed with the other software components used to build the site such as the web framework used or o...
Weblocks (Added)Last modification: Sat, 29 Nov 2008 09:31:35 GMTWeblocks is an advanced web framework designed to make Agile web application development as effective and simple as possible.
cl-terrace (Modified)Last modification: Tue, 12 Aug 2008 00:56:29 GMTSimply put: `cl-terrace' is the VC part of a hypothetical MVC web application framework written in Common Lisp.
Core Server (Modified)Last modification: Tue, 06 May 2008 10:19:03 GMTContinuations + Parser Combinators + Generic Streams + Javascript Generator + HTML generator/parser + several RFC implementations + Unified client/server javascript components + Indivisible working UN...
UCW+ (Modified)Last modification: Tue, 06 May 2008 10:09:51 GMTUCW extension package for event based AJAX web programming.
THIS PROJECT SUPERSEEDED BY "CORE SERVER"!!!
HT-AJAX, an AJAX framework for Hunchentoot (Modified)Last modification: Mon, 21 Apr 2008 22:34:22 GMTHT-AJAX is a small AJAX framework for Hunchentoot web server that allows transparent calls from Javascript in web pages to the server side Lisp code.
CLAWS (Modified)Last modification: Mon, 09 Apr 2007 09:47:22 GMTCLAWS has switched to Haskell but the code repository still contains the Lisp files. Before the switch to Haskell CLAWS was the Common Lisp Application Web Server, a framework for developing web appl...
UnCommon Web (Modified)Last modification: Mon, 02 Apr 2007 07:51:19 GMTUnCommon Web (UCW) is a continuation based Common Lisp web application development framework.
UnCommon Web provides developers with the illusion that web pages are nothing more than function calls. ...
ABCL-web (Added)Last modification: Fri, 23 Feb 2007 21:54:00 GMTA web-framework using Armed Bear Common Lisp as a Java Servlet.
ucw-extras (Commented)Last modification: Mon, 12 Feb 2007 08:57:42 GMTA repository of source code, components, demos, documents and other material related to web programming with the UnCommonWeb application framework.
cl-wdim (Modified)Last modification: Fri, 24 Nov 2006 19:29:46 GMTCl-wdim is "a Common Lisp web framework based on persistent CLOS".
Form input validation for Webactions (Added)Last modification: Tue, 14 Nov 2006 14:06:20 GMTA form input validator for the Webactions framework.
TBNL (Annotated)Last modification: Mon, 09 Oct 2006 23:25:16 GMTA toolkit for dynamic Lisp websites.
Lavlet Lisp HTTP server and server pages (Added)Last modification: Thu, 14 Sep 2006 07:16:31 GMTAn HTTP server and dynamic pages engine modeled after JSP/Servlet/Tomcat and ASP/IIS.
Wispy Lisp (Added)Last modification: Tue, 13 Jun 2006 13:37:44 GMTA framework for creating fully dynamic, standards-conforming web applications. The programmer is intended to "code in a unified [Lisp-based] meta-syntax that subsumes html, css, javascript, sql, and l...
cl-ajax (Added)Last modification: Fri, 19 May 2006 07:24:08 GMTCL-AJAX is Richard Newman's Common Lisp library to allow for remote invocation of functions through Javascript.
Quoting John Wiseman's writeup:
... lets you use Lisp to leverage the XMLHttpReque...
lisp-cgi-utils (Added)Last modification: Mon, 01 May 2006 09:53:36 GMTThe lisp-cgi-utils is 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 of...
UCW intro (Added)Last modification: Wed, 12 Apr 2006 10:22:39 GMTA tutorial on the UnCommon Web application framework. It covers installation, configuration, the environment, basic techniques, templates, and more.
CL-HTTP (Modified)Last modification: Mon, 10 Apr 2006 22:32:06 GMTCL-HTTP is suite of an HTTP 1.1 compliant and SSL-capable tools for creating Web applications written in ANSI Common Lisp that includes: A Sophisticated Server, A Programatic Client, A Caching Proxy, ...
KPAX - A Common Lisp Application Framework (Added)Last modification: Sat, 14 Jan 2006 22:01:12 GMTA web application framework written in pure Common Lisp. Can run standalone, behind Apache/mod_lisp, or with portableaserve.
Lisplets (Added)Last modification: Thu, 12 Jan 2006 00:42:52 GMTLisplets are Java Servlets that forward their requests, and gather their response headers, using s-expressions over sockets. They enable easy integration of Common Lisp or Scheme into a Java-based web...
Using Common Lisp to Build Web Applications (Added)Last modification: Fri, 06 Jan 2006 22:30:14 GMT"Using Common Lisp to Build Web Applications - Can a 40 year old Computer Language do Web Applications?". Paper by Nicky Peeters, 20 June 2003.
After a short introduction to Lisp, the document discuss...
Rebel With A Cause (Added)Last modification: Fri, 06 Jan 2006 22:23:34 GMT"Rebel With A Cause - Building Web Applications with Common Lisp - Deploying on an Apple Xserve running Mac OS X Server". Article by Sven Van Caekenberghe, October 2003, First Revision.
The document "...
Episode 2: (Re)writing Reddit in Lisp is 20 minutes and 100 lines (Added)Last modification: Tue, 03 Jan 2006 17:01:47 GMTScreencast by Sven Van Caekenberghe on building Web applications with the KPAX framework to create a simple Reddit clone. It is based on the interaction with LispWorks under MacOS X. QuickTime format.
Episode 1: HTTP Client and Server (Added)Last modification: Tue, 03 Jan 2006 16:57:39 GMTScreencast by Sven Van Caekenberghe about using an HTTP client and server in Common Lisp to create a simple Reddit clone.