Hi,
How do I intern a top level variable? looks like intern-symbol is
deprecated? Is there a substitute? gensym does not seem to be it:

scheme@(guile-user)> (gensym "abc")
$11 = abc2652
scheme@(guile-user)> abc2652
;;; <unknown-location>: warning: possibly unbound variable `abc2652'
ERROR: In procedure module-lookup: Unbound variable: abc2652

Thanks
Mortimer

Reply via email to