<HTML><BODY>Thank you.<br><br><br>Tue, 22 Jul 2014 06:56:09 +0100 от Matthew Flatt <mflatt@cs.utah.edu>:<br>
<blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;">
        <div id="">
        



    









        
        


        
        
        
        
        

        
        

        
        



<div class="js-helper js-readmsg-msg">
        <style type="text/css"></style>
        <div>
                <base target="_self" href="https://e.mail.ru/">
                
                        <div id="style_14060085770000000966_BODY">At Tue, 22 Jul 2014 08:41:12 +0400, Roman Klochkov wrote:<br>
>  In Common Lisp one can do<br>
> (defvar a 1)<br>
> (defvar b 'a)<br>
> <br>
> (set b 2)<br>
> (print a) ;; prints 2<br>
> <br>
> Is it possible in Racket. I mean<br>
> (define a 1)<br>
> (define b 'a)<br>
> (??? b 2) <br>
> <br>
> What write instead of ??? to change a?<br>
<br>
If `a` is defined at the top level, then `namespace-set-variable-value!`.<br>
<br>
</div>
                        
                
                <base target="_self" href="https://e.mail.ru/">
        </div>

        
</div>


</div>
</blockquote>
<br>
<br>-- <br>Roman Klochkov<br></BODY></HTML>