|
|
|
|
|
by lispm
2312 days ago
|
|
It's also complicated because some implementations support several modes. ECL for example has a Lisp interpreter, a byte-code compiler&interpreter and a native compilation via C. All code variants can work together and call each other. |
|