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: klaus schilling
Subject: Calling a procedure by its name
Date: Tue, 20 May 2003 18:08:13 +0200

Pascal Haakmat writes:
 > 
 > 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?
 
by using eval-string or eval

Klaus Schilling




reply via email to

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