eval-string

Jim Blandy (jimb@red-bean.com)
Thu, 30 Oct 1997 20:37:35 -0500

> I have just noticed that eval-string has disappeared from guile
>is there any equivalent function in the new versions to replace it?

????

totoro:papers$ guile
guile> eval-string
#<primitive-procedure eval-string>
guile> (eval-string "(+ 1 2 3)")
6
guile> (version)
"1.3a"
guile>