[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Please make sure to read the slime manual so you can use lisp-in-a-box appropriately
- To: Rao Kambhampati <rao@asu.edu>
- Subject: Please make sure to read the slime manual so you can use lisp-in-a-box appropriately
- From: Subbarao Kambhampati <rao@asu.edu>
- Date: Tue, 17 Feb 2009 14:08:15 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=ZT6EYfA2sum2OsxeXc+xrhppDNoMNzOCPFCPEBwbZME=; b=M/9DMGYKop1vBkqA+Q42j6xgzNWd5wagJCZ2fAgZyR3+xk3hiZ8FKUmmLNfXbpv2bv cqaP9uuggCvy028ns4jE6n2lql181amKig13QnQiUe0r81exvOlmqNi1LZQA/uNAQrz5 bc1kswe4z/FvjstjnQqSp1JKbV8FXUdLJg6wc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=efXH/198JM2nwMKTXRG4B/cKkSaW8NyvycKx8CaqrK34aPVInndxJHa325wnexMpEt Oyk9Iioj9FBchTFgKPzMTJqpe6Vllh7YDeyYXfBAC0KufFPLkeSsr4IJN475YPV1bl3s HSgoAEEzWEy6cuguV7/tJOx2FkuvOqckTpl78=
- Sender: subbarao2z2@gmail.com
Folks
Based on my conversations with a few of you, it looks like some of you don't quite realize the power of the emacs-lisp interface that comes
free with lisp-in-a-box. Part of the problem may be that the intallation doesn't come directly with a help manual.
There is however a lot of help information on the lisp-in-a-box homepage itself (http://common-lisp.net/project/lispbox/ )
The most important of the lot is the slime manual which is available at
http://common-lisp.net/project/slime/doc/slime.pdf
Make sure you read it--or you will be wasting your time by doing all development at the command-line. (When in doubt as to whether or not
certain interactive program development support is available for lisp, remind yourself that all interactive programming development ideas
originally *came* from lisp environments!)
Rao