This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Planned presentation at The Bazaar


Chris.Bitmead@misys.com.au writes:

> Rob Browning <rlb@cs.utexas.edu> writes:
> >
> >> Sam Steingold <sds@goems.com> writes:
> >>
> >> >  ((lambda (x) (list x (list (quote quote) x)))
> >>
> >> Amusingly enough, pasting just that bit into my rxvt running bash
> >> kills it dead.
> >
> >Hmm, works for me.
> 
> It works?? I could perhaps believe that it doesn't crash, but I find it
> hard to believe that it actually works! :-)

Errm, well, ok.  I get a continuation prompt because there's a
closingh paren missing and when I type that it, Guile spits out a nice
error about wrong number of arguments for the lambda.