Hallo,
On Thu, Aug 9, 2012 at 9:30 PM, Mikael mikael.rcv@gmail.com wrote:
Here is something that is really key for some lowlevel things: I wish to do the equivalent of the C expression * ((byte*) x) in the Scheme world, i.e. the same as something like MOV AL,[EAX] .
This is not really Scheme, it is C, which can be done via a very short C extension.