guile-user
[Top][All Lists]
Advanced

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

Calling a procedure by its name


From: Pascal Haakmat
Subject: Calling a procedure by its name
Date: Tue, 20 May 2003 17:01:40 +0200
User-agent: Mutt/1.2.5i

Hi,

This is not a guile-specific question but I'm not sure what would be a
better place to ask. 

I want to invoke a procedure using its name as a string. E.g. when I
have (define (test) (display 'hello)) then I want to do (call-by-name
"test"). What is the best way to do this?

Thanks,
Pascal.




reply via email to

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