From: Christopher C. Stacy
Subject: Re: LISP PROGRAMMING
Date: 
Message-ID: <u4qkvpmuh.fsf@news.dtpq.com>
Which school is this, and what course is it for?
(It would be interesting to know where Lisp is being taught.)
From: Paolo Amoroso
Subject: Re: LISP PROGRAMMING
Date: 
Message-ID: <87acum8wgp.fsf@plato.moon.paoloamoroso.it>
······@news.dtpq.com (Christopher C. Stacy) writes:

> (It would be interesting to know where Lisp is being taught.)

You may get some very indirect information from the list of schools
using Norvig and Russel's AIMA book:

  http://aima.cs.berkeley.edu/adoptions.html

The most complete book code is available in Lisp and Python.  There
more messages posted to the book mailing list concerning the Lisp
version that the Python one.  This may mean that the former is more
widely used, or that it has more problems.


Paolo
-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
Recommended Common Lisp libraries/tools (see also http://clrfi.alu.org):
- ASDF/ASDF-INSTALL: system building/installation
- CL-PPCRE: regular expressions
- UFFI: Foreign Function Interface