On Sat, Apr 25, 2009 at 11:38 AM, Abdulaziz Ghuloum <[email protected]> wrote: > > On Apr 25, 2009, at 12:22 PM, Michele Simionato wrote: > >> It seems I should take guile as an example of interpreter semantics: >> >> guile> >> (let () >> (define var 12) >> (define-macro (syn) var) >> (syn)) >> 12 > > Yes, that would be an example of interpreter semantics.
BTW, I am sure there are people here that know Common Lisp. Is Common Lisp using interpreter semantics? I seem to remember this is the case, at least in some implementation, but I may misremember. Any help?
