<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0"><channel><title>The Common Lisp Directory/Online resources</title><link>http://www.cl-user.net/asp/tags/11042</link><description>The last modified items of the Common Lisp Directory for the tag: Online resources</description><language>en-US</language><pubDate>Mon, 03 Jun 2013 00:03:30 GMT</pubDate><lastBuildDate>Mon, 03 Jun 2013 00:03:30 GMT</lastBuildDate><generator>Fractal Concept Web Application Framework</generator><item><title>Daniel Bobrow CLOS video from 87 (Added)</title><link>http://www.cl-user.net/asp/web-sites/12606</link><guid isPermaLink="false">12606</guid><pubDate>Sun, 15 Mar 2009 11:21:47 GMT</pubDate><description>Daniel Bobrow clos video, spotted by jao: http://jaortega.wordpress.com/2008/07/21/vintage-clos/</description></item><item><title>Wiki list of websites powered by Lisp (Added)</title><link>http://www.cl-user.net/asp/web-sites/powered-by-lisp-wiki</link><guid isPermaLink="false">16679</guid><pubDate>Sun, 04 Jan 2009 03:20:30 GMT</pubDate><description>List 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 other helpful libraries (e.g., CL-SQL). Individual lists are also available for specific Lisp variants (e.g., SBCL, newLisp, Arc, etc.)</description></item><item><title>Weblocks (Added)</title><link>http://www.cl-user.net/asp/libs/weblocks</link><guid isPermaLink="false">16600</guid><pubDate>Sat, 29 Nov 2008 09:31:35 GMT</pubDate><description>Weblocks is an advanced web framework designed to make Agile web application development as effective and simple as possible.</description></item><item><title>Literate Programming in Lisp (Added)</title><link>http://www.cl-user.net/asp/web-sites/literate-programming-in-lisp</link><guid isPermaLink="false">16411</guid><pubDate>Tue, 29 Jul 2008 10:03:27 GMT</pubDate><description>How to embed text in a Lisp file.</description></item><item><title>Hunchentoot Web Server Installation with SBCL on WindowsXP/Vista (Modified)</title><link>http://www.cl-user.net/asp/web-sites/sbcl-w32-hunchentoot-installation</link><guid isPermaLink="false">15683</guid><pubDate>Fri, 11 Jul 2008 07:40:25 GMT</pubDate><description>Quick guide to install Hunchentoot on windows with SBCL implementation.</description></item><item><title>SICP at ArsDigita University (Added)</title><link>http://www.cl-user.net/asp/web-sites/ArsDigita%20SICP</link><guid isPermaLink="false">13861</guid><pubDate>Thu, 15 Jun 2006 04:07:41 GMT</pubDate><description>&quot;The Structure and Interpretation of Computer Programs&quot; at the ArsDigita University (ADU).</description></item><item><title>Validating a PGP key without personal contact (Modified)</title><link>http://www.cl-user.net/asp/web-sites/pgp-confirming</link><guid isPermaLink="false">12439</guid><pubDate>Mon, 29 May 2006 17:15:28 GMT</pubDate><description>An article explaining how to validate the PGP signatures of software packages, and establish a weak but reasonably secure web of trust when establishing an uninterrupted one is not practical. This is useful when downloading Lisp software with ASDF-INSTALL. The article was written by Juliusz Chroboczek.</description></item><item><title>Steeldump (Added)</title><link>http://www.cl-user.net/asp/libs/steeldump</link><guid isPermaLink="false">13729</guid><pubDate>Tue, 23 May 2006 14:15:39 GMT</pubDate><description>An unofficial Debian Linux APT repository of Common Lisp applications. It provides binary packages, currently only for x86 Debian, of free, end-user applications built with SBCL. Besides the binary packages, Steeldump also includes the tools for generating them.</description></item><item><title>small-cl-src-discuss (Modified)</title><link>http://www.cl-user.net/asp/web-sites/small-cl-src-discuss</link><guid isPermaLink="false">13160</guid><pubDate>Thu, 13 Apr 2006 14:22:41 GMT</pubDate><description>A mailing list for discussions related to the small-cl-src list. It is maintained by Ingvar Mattson.</description></item><item><title>small-cl-src (Modified)</title><link>http://www.cl-user.net/asp/web-sites/small-cl-src</link><guid isPermaLink="false">13056</guid><pubDate>Thu, 13 Apr 2006 14:22:16 GMT</pubDate><description>A mailing list for posting source code of small programs, utilities, libraries and code snippets written in Common Lisp. It is maintained by Ingvar Mattson. Related discussions take place in the small-cl-src-discuss list.</description></item><item><title>lispweb (Added)</title><link>http://www.cl-user.net/asp/web-sites/lispweb</link><guid isPermaLink="false">13162</guid><pubDate>Sat, 11 Mar 2006 10:43:31 GMT</pubDate><description>A mailing list for discussing the use of languages in the Lisp family, including Common Lisp, for web development. Topics of interest include, but are not limited to, interfacing Lisp runtimes with web servers, HTML generation, Java/Javascript integration with Lisp, and more.</description></item><item><title>LispWire News (Added)</title><link>http://www.cl-user.net/asp/web-sites/lispwire</link><guid isPermaLink="false">12934</guid><pubDate>Thu, 23 Feb 2006 17:32:28 GMT</pubDate><description>A repository for interesting Common Lisp software, with the goals of sharing the tools developed over decades of research in advanced fields such as Artificial Intelligence, and demostrating the power of Lisp for solving complex problems. The site is supported and hosted by vendor Franz, Inc. All the available software runs on their Allegro Common Lisp product.</description></item><item><title>asdf-packaging (Modified)</title><link>http://www.cl-user.net/asp/libs/asdf-packaging</link><guid isPermaLink="false">12938</guid><pubDate>Tue, 21 Feb 2006 20:44:56 GMT</pubDate><description>Asdf-packaging (A project to package up loose code) is an umbrella project for updating, packaging and distributing useful software in an ASDF-INSTALLable format. This software was usually written for old version of Common Lisp, has idiosyncratic installation methods, or may no longer be maintained.</description></item><item><title>Lisp code from Artificial Intelligence, A Modern Approach (Added)</title><link>http://www.cl-user.net/asp/libs/AIMA%20code</link><guid isPermaLink="false">12354</guid><pubDate>Mon, 13 Feb 2006 18:39:20 GMT</pubDate><description>Common Lisp code for solving basic AI problems, from the definitive textbook on intelligent agents by Russell &amp; Norvig.

The website also links implementations in other languages (java, python, c++, prolog), test data, and an index of functions organized by chapter.</description></item><item><title>CMU Common Lisp Repository (Added)</title><link>http://www.cl-user.net/asp/web-sites/cmu-repository</link><guid isPermaLink="false">11000</guid><pubDate>Thu, 02 Feb 2006 17:51:41 GMT</pubDate><description>This is some kind of ancestor of the Common Lisp Directory...

The Common Lisp Repository (formerly the Lisp Utilities Repository) was established by Mark Kantrowitz in 1990 to collect files and programs of general interest to Common Lisp programmers. Many of the programs will run in any Common Lisp implementation; others are easily ported. Information files include the FAQ (Frequently Asked Questions) postings for the comp.lang.lisp and comp.lang.clos newsgroups, introductions to some Lisp topics, and some summaries of topics of interest to Common Lisp programmers. In 1993 the Lisp Utilities Repository was incorporated into the CMU Artificial Intelligence Repository, and was renamed the Common Lisp Repository to reflect an expanded mission.</description></item><item><title>Dynamic Learning Center (Added)</title><link>http://www.cl-user.net/asp/web-sites/dynamic-learning-center</link><guid isPermaLink="false">12532</guid><pubDate>Sat, 28 Jan 2006 15:42:41 GMT</pubDate><description>A web site that provides students and teachers with documented source code examples, exercises, tools and other resources for learning Common Lisp. It is maintained by Franz, Inc.</description></item><item><title>Common Lisp Wikibook (Added)</title><link>http://www.cl-user.net/asp/web-sites/Common%20Lisp%20Wikibook</link><guid isPermaLink="false">12099</guid><pubDate>Fri, 13 Jan 2006 21:12:23 GMT</pubDate><description>This is a collaborative textbook based on MediaWiki engine for learning Common Lisp programming


</description></item><item><title>MIT's SICP Open Courseware (Added)</title><link>http://www.cl-user.net/asp/web-sites/SICP%20Class</link><guid isPermaLink="false">12074</guid><pubDate>Thu, 12 Jan 2006 21:47:19 GMT</pubDate><description>MIT Open Courseware for EE 6.001 - Structure and Interpretation of Computer Programs. </description></item><item><title>Lisp Programming Style (Added)</title><link>http://www.cl-user.net/asp/web-sites/Lisp%20Style</link><guid isPermaLink="false">12048</guid><pubDate>Thu, 12 Jan 2006 12:35:28 GMT</pubDate><description>Some general suggestions/notes about improving Lisp programming style, readability, correctness and efficiency. These are written by Mark Kantrowitz and Barry Margolin and come from the Lisp FAQ.</description></item><item><title>Meme (Added)</title><link>http://www.cl-user.net/asp/web-sites/Meme</link><guid isPermaLink="false">11881</guid><pubDate>Wed, 11 Jan 2006 01:42:11 GMT</pubDate><description>Meme is a web application written by Kevin Rosenberg which displays Internet Relay Chat (IRC) logs. Currently, Meme is logging select channels from the freenode ircnet, including the #lisp channel.</description></item><item><title>The Evolution of Lisp (Added)</title><link>http://www.cl-user.net/asp/html-docs/lisp-evolution</link><guid isPermaLink="false">11432</guid><pubDate>Tue, 10 Jan 2006 17:23:34 GMT</pubDate><description>A paper by Guy Steele jr. and Richard P. Gabriel describing the different lisp dialects between and including McCarthy's Lisp 1.5 from 1960 and Common Lisp of today. It shows in 109 pages how the design choices, the underlying hardware, the purpose of the dialects and the competition influenced each other over the years and it gives a nice insight in how Common Lisp became what it is.</description></item><item><title>comp.lang.lisp (Added)</title><link>http://www.cl-user.net/asp/web-sites/comp.lang.lisp%20on%20Google%20Groups</link><guid isPermaLink="false">11588</guid><pubDate>Sun, 08 Jan 2006 11:47:30 GMT</pubDate><description>Usenet newsgroup about Common Lisp</description></item></channel></rss>