[Scheme Steering Committee announcements] Scheme Language Steering Committee election: preliminary announcement

2008-09-23 Thread Mitchell Wand
The current Scheme Language Steering Committee was appointed in January, 2004. We have seen the Scheme Standardization process, as envisioned in the charter from November, 2003, through to the ratification of the R6RS in 2007. We believe that the R6RS is not the end of the Scheme language standar

About continuation

2008-09-23 Thread z_axis
hi, friends I have ever learned Lisp at colleage. and i like its elegant way to program. However i really do not understand the meaning and usgae of continuation :( For example, the following code makes me a big head! (define bar (lambda (bar) bar)) (define foox (lambda (foo) (display "@") foo))

Re: guile interpreter crash in eval

2008-09-23 Thread Neil Jerram
2008/9/23 betoes <[EMAIL PROTECTED]>: > > Maybe it was corrected in ealier versions: Indeed: http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=f9a323f5ee5ba1981aca30937906ee824731f273 Neil

Re: guile interpreter crash in eval

2008-09-23 Thread betoes
On Tue, 2008-09-23 at 12:08 -0500, Linas Vepstas wrote: > Here's a crash I just observed: > > $ guile --version > Guile 1.8.1 > > $ guile > guile> (eval 'x '()) > Segmentation fault > > I guess it didn't like the null environment! > > --linas Maybe it was corrected in ealier versions: $ guile

guile interpreter crash in eval

2008-09-23 Thread Linas Vepstas
Here's a crash I just observed: $ guile --version Guile 1.8.1 $ guile guile> (eval 'x '()) Segmentation fault I guess it didn't like the null environment! --linas