merits of Lisp vs Python

xscottg at gmail.com xscottg at gmail.com
Sun Dec 17 21:50:56 EST 2006


Paul Rubin wrote:
>
> [...]  There are programs you can write in C
> but not in Lisp, like device drivers that poke specific machine
> addresses.
>

I should assume you meant Common Lisp, but there isn't really any
reason you couldn't

     (poke destination (peek source))

in some version of Lisp that was meant for writing device drivers
(perhaps under a Lisp machine or something).

SIOD actually has (%%% memref address) for peek.




More information about the Python-list mailing list