Re: Common Lisp on FreeBSD

2005-04-10 Thread Jonathon McKitrick
On Fri, Apr 08, 2005 at 10:51:52AM -0400, Lowell Gilbert wrote:
: Depends on what you're doing.  Other than clisp, the Common Lisp
: implementations in ports are pretty much all derived from the same
: origin (the CMU implementation), so you might as well just try them
: and see what you like; the technical differences shouldn't be that
: big.  [That's ignoring the embeddable one, but I wouldn't recommend
: that for learning.]

I think I've decided to stick with clisp for now, until I find a reason to
change.  The REPL seems nicer, for one thing.

: Or maybe you should consider Scheme... but that's another holy war.

No thanks.  I've had enough of those.  :-)

Say, have you fooled around with any clisp GUI toolkits?


jm
-- 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Common Lisp on FreeBSD

2005-04-08 Thread Lowell Gilbert
Jonathon McKitrick [EMAIL PROTECTED] writes:

 I noticed that the clisp port is marked broken, so I have to look at other
 choices.
 
 Does anyone have any thoughts on the other Lisp ports as a good system to
 learn on and use?

Depends on what you're doing.  Other than clisp, the Common Lisp
implementations in ports are pretty much all derived from the same
origin (the CMU implementation), so you might as well just try them
and see what you like; the technical differences shouldn't be that
big.  [That's ignoring the embeddable one, but I wouldn't recommend
that for learning.]

Or maybe you should consider Scheme... but that's another holy war.

Good luck.
-- 
What?  You expected a direct answer from *me*?  Silly boy.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Common Lisp on FreeBSD

2005-04-08 Thread Andreas Davour
On Fri, 8 Apr 2005, Jonathon McKitrick wrote:
Hi all,
I noticed that the clisp port is marked broken, so I have to look at other
choices.
Does anyone have any thoughts on the other Lisp ports as a good system to
learn on and use?
Install
/usr/ports/lang/cmucl
/usr/ports/lang/cmucl-extra
/usr/ports/editors/emacs
/usr/ports/editors/slime
And you'll get a fast and reliable Common Lisp compiler, some extras 
like an debugger, an editor, an IDE or suchlike for handy Lisp 
development using emacs and a compiler of your choice.

/usr/ports/lang/cmucl
Can be substituted for 
/usr/ports/lang/sbcl

But I like cmucl just fine. You'll fine it has much better support for 
e.g. CLOS than clisp has.

/andreas
--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]