chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] symbol->string


From: Sven Hartrumpf
Subject: Re: [Chicken-users] symbol->string
Date: Wed, 10 Dec 2008 13:09:41 +0100 (CET)

Wed, 10 Dec 2008 12:59:57 +0100, Joerg.Wittenberger wrote:
> In my case the following definition (in the lowest level module of my
> app) gains me a factor of two in runtime!!
>
> (global-set! 'symbol->string
>  (lambda (s)
>   (##sys#check-symbol s 'symbol->string)
>   (##sys#symbol->string s)))

I have similiar experiences with some programs; I simply use:

(define (symbol->string a) (##sys#symbol->string a))

Attachment: pgpZqGsg6T0ld.pgp
Description: PGP signature


reply via email to

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