Gavin Romig-Koch | 1 Apr 17:30

Re: Jolt, statics?

Michael Haupt wrote:
> sorry for sending two mails... there is another, related, question. Is 
> it possible to have, again in Jolt, some notion of "here", i.e., could 
> I somehow do something like this:
>
> (set here@ 100)
>
No problem.  In this case the answer is the same: it's not built in, but 
you can build it.  As you probably know, Jolt code gets translated into 
machine code for the machine it's running on.   Your going to need to 
make your "here" thing machine independent if you want it to be 
generally useful.

                                                                                                                      
-gavin...


Gmane