[plt-scheme] setting a var whose name is det'ed at runtime (newb)

From: George Herson (gherson at snet.net)
Date: Thu Apr 26 09:44:54 EDT 2007

(set! (get-name) (car some-list)) 
returns "set!: not an identifier in: (get-name)".  I
think this behavior is required by lexical scoping, in
which case, How do we set a variable whose name is
dynamically determined?  thanks


Posted on the users mailing list.