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

In practice

Name: Anonymous 2011-04-19 20:59

In practice, however, the type system constrains the programmer in many ways that are unacceptable to Lisp programmers: data cannot be interpreted as programs, lists must be homogeneous, and functions are not easily redefned without recompiling other dependent functions.

Name: Anonymous 2011-04-20 11:25

>>19
Macros are a compiler-hook, not an interpreter-hook.
Interpreters tend to be slow, compilers not so much.
You need to understand the differences between interpreters and compilers.
eval - usually interpreted, unless it calls the compiler.
defmacro - running code during compilation.

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