[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gcl-devel] Re: SLIME
From: |
Camm Maguire |
Subject: |
Re: [Gcl-devel] Re: SLIME |
Date: |
03 May 2004 14:01:40 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Greetings, and thanks for the reference!
1) These are not part of the ANSI standard, correct?
2) That being said, I think the public doamin implementation cited
will likely compile as is under ansi gcl. Perhaps we could distribute
as a module like the tk interface?
3) Any progress on the sibling call front? I think I remember reading
somewhere that gcc can optionally output a file listing the sibcall
optimizations it performed. Cannot find it right now. Might be of
interest in adding a compiler note like the current one regarding
simple tail recursion call optimization.
Separately, I'm wondering if there is anything particularly functional
about lisp arising from its design alone, which I consider to be
primarily defined by the 'code is data' feature. I know that acl2
goes to great lengths to be functional, and I wonder if this is
connected with their original decision to write in lisp. In other
words, how valuable is sibling call optimization in a lisp system?
Take care,
Eric Merritt <address@hidden> writes:
> --- Camm Maguire <address@hidden> wrote:
> >
> > > 3) gray streams.
> > >
> >
> > ?? What are these?
>
> They are a set of clos based streams. Here is an
> implementation for corman lisp
>
> http://www.double.co.nz/cl/#gs
>
> There is also a gray streams implementation in sbcl
> called (I believe) gray-streams.lisp available here
>
> http://cvs.sourceforge.net/viewcvs.py/sbcl/sbcl/src/pcl/gray-streams.lisp?view=markup
>
>
>
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Win a $20,000 Career Makeover at Yahoo! HotJobs
> http://hotjobs.sweepstakes.yahoo.com/careermakeover
>
>
>
--
Camm Maguire address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
- [Gcl-devel] Re: SLIME, Camm Maguire, 2004/05/03
- Re: [Gcl-devel] Re: SLIME, Eric Merritt, 2004/05/03
- Re: [Gcl-devel] Re: SLIME,
Camm Maguire <=
- Re: [Gcl-devel] Re: SLIME, Eric Merritt, 2004/05/03
- [Gcl-devel] sibling call optimization, Camm Maguire, 2004/05/04
- [Gcl-devel] Re: sibling call optimization, Andrew Pinski, 2004/05/04
- Re: [Gcl-devel] Re: sibling call optimization, Camm Maguire, 2004/05/05
- Re: [Gcl-devel] Re: sibling call optimization, Jim Wilson, 2004/05/06
- Re: [Gcl-devel] Re: sibling call optimization, Camm Maguire, 2004/05/06
- Re: [Gcl-devel] Re: sibling call optimization, Jim Wilson, 2004/05/06
- Re: [Gcl-devel] Re: sibling call optimization, Camm Maguire, 2004/05/07
- Re: [Gcl-devel] Re: sibling call optimization, Jim Wilson, 2004/05/07
- Re: [Gcl-devel] Re: sibling call optimization, Jim Wilson, 2004/05/07