This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

eval-string



>  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>