unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* #@lambda in procedure-source
@ 2004-06-07 10:25 Bill Schottstaedt
  0 siblings, 0 replies; only message in thread
From: Bill Schottstaedt @ 2004-06-07 10:25 UTC (permalink / raw)


In Sunday's Guile:

guile> (define (hi a) (+ a 1))
guile> (procedure-source hi)
(lambda (a) #@lambda (+ a 1))

Is this (the new "#@lambda") an intentional change?
If I call the procedure, the #@lambda disappears:

guile> (define (hi a) (+ a 1))
guile> (hi 1)
2
guile> (procedure-source hi)
(lambda (a) (+ a 1))



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-07 10:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-07 10:25 #@lambda in procedure-source Bill Schottstaedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).