Google Groups Home
Help | Sign in
Message from discussion Installing CLisp
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
__Mario__  
View profile
 More options Nov 19 2007, 3:07 pm
Newsgroups: comp.lang.lisp
From: __Mario__ <rio_4...@yahoo.de>
Date: Mon, 19 Nov 2007 21:07:46 +0100
Local: Mon, Nov 19 2007 3:07 pm
Subject: Re: Installing CLisp
vishy schrieb:

> I have started learning Lisp.I have downloaded allegro version of
> it.Now,I want to install clisp.I have already downloaded CLisp.Now,how
> to configure emacs to load clisp.
> thks

Hi,

this question is a bit general ;). OS version would be a nice detail. I
would suggest installing slime (http://common-lisp.net/project/slime/)
the rest is easy.

For windows a .emacs could look like:

(add-to-list 'load-path "C:\\home\\slime\\")
(require 'slime)
(setq inferior-lisp-program "c:/clisp/full/lisp.exe
                                 -B c:/clisp/full/
                                 -M c:/clisp/full/lispinit.mem
                                 -ansi -q")
(slime)

For unix flavours change accordingly.

Setting up asdf/asdf-install is somewhat more complicted at least on
windows. Searching c.l.l or google will provide enough informations, though.

Cheers

-- Mario


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google