This is the mail archive of the
guile@sourceware.cygnus.com
mailing list for the Guile project.
Re: Bad define placement?
- To: James Dean Palmer <james@tiger-marmalade.com>
- Subject: Re: Bad define placement?
- From: Jost Boekemeier <jostobfe@linux.zrz.TU-Berlin.DE>
- Date: 27 Aug 1999 16:07:25 +0200
- Cc: guile@sourceware.cygnus.com
- References: <lzso5549vs.fsf@viz.tiger-marmalade.com>
James Dean Palmer <james@tiger-marmalade.com> writes:
> I've gotten a new error with 1.3.2 on some code that worked with 1.3.1:
>
> (define (foo bar)
> (display bar)
> (define c "World")
> (display c) )
>
> (foo "Hello ")
>
> This gives an error "Bad define placement". Is the above code really
> incorrect?
Yes.
Mikael has ported Aubrey Jaffers enhancements to guile's evaluator.
Jost