Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Lisp bytecode compiler

Name: Anonymous 2012-06-22 19:25

Am I missing any special forms?
lambda if setq let quote

I know let isn't really needed because it can be implemented in terms of lambda, but recognizing ((lambda ...) ...) sounds more confusing than just using let.

Name: Anonymous 2012-06-23 16:08

>>21
yes, that could be an optimal output for a program that infinitely loops. But I think the following has shorter code size:


loop: jmp loop


And hence this representation would be chosen instead.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List