|
|
|
|
|
by cjfd
248 days ago
|
|
I googled a bit on how common lisp is compiled. Apparently it is possible to add some sort of type hints and ensure that parameters/variables have a certain type. If one uses that for most code, it would potentially be enough to qualify as being close to the machine. |
|
What people do is just write code they way they usually write dynamic lisp and then add types to functions where necessary for performance.
SBCL generates good assembly, btw.