chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] new snapshot and latest eggs


From: felix winkelmann
Subject: Re: [Chicken-users] new snapshot and latest eggs
Date: Thu, 16 Jun 2005 08:41:41 +0200

On 6/16/05, Michele Simionato <address@hidden> wrote:
> On 6/16/05, felix winkelmann <address@hidden> wrote:
> > For those interested, an internal hook named `##sys#procedure->string'
> > has been added.
> 
> Would this allow me to change the printing representation of a function?
> How am I supposed to use it?

(set! ##sys#procedure->string
    (lambda (proc)
      "a proc") )


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]