Re: What's with `symbol-set!' is deprecated. Use the module system instead.

2012-01-07 Thread David Kastrup
Andy Wingo wi...@pobox.com writes: Hi, On Mon 05 Dec 2011 15:54, Andy Wingo wi...@pobox.com writes: On Mon 05 Dec 2011 09:11, David Kastrup d...@gnu.org writes: David Kastrup d...@gnu.org writes: (symbol-set! #f (string-symbol name) value) (module-define! (current-module) (string-symbol

Re: What's with `symbol-set!' is deprecated. Use the module system instead.

2011-12-05 Thread David Kastrup
David Kastrup d...@gnu.org writes: David Kastrup d...@gnu.org writes: The module system documentation provides _no_ _clue_ _whatsoever_ about how something like (symbol-set! #f (string-symbol name) value) could be replaced. In fact, the module system documentation provides _no_ _clue_

What's with `symbol-set!' is deprecated. Use the module system instead.

2011-12-04 Thread David Kastrup
The module system documentation provides _no_ _clue_ _whatsoever_ about how something like (symbol-set! #f (string-symbol name) value) could be replaced. In fact, the module system documentation provides _no_ _clue_ _whatsoever_ how to actually access module variables short of calling eval on

Re: What's with `symbol-set!' is deprecated. Use the module system instead.

2011-12-04 Thread David Kastrup
David Kastrup d...@gnu.org writes: The module system documentation provides _no_ _clue_ _whatsoever_ about how something like (symbol-set! #f (string-symbol name) value) could be replaced. In fact, the module system documentation provides _no_ _clue_ _whatsoever_ how to actually access