9 Aoû
2012
9 Aoû
'12
15:33
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. -- -alex http://www.artisancoder.com/