I've been trying to port PicoLisp to Plan9 (http://plan9.bell-labs.com/plan9/). The code compiled but the binary fails at startup because of the following check in boxSubr(fun f):
if (num(f) & 3)
giveup("Unaligned function");
If I comment out this check the binary runs and evaluates most
expressions but crashes at a quote('). How can I workaround this?
Thanks,
-- Vijay
--
UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
