Re: Decreasing the "standard deviation" of lisp



Jack Unrue wrote:
On Fri, 28 Apr 2006 21:06:23 GMT, Eli Gottlieb <eligottlieb@xxxxxxxxx> wrote:

Furthermore, can I write a macro in C that will recognize
and manipulate Lisp data from any conforming implementation and export it to Lisp with CFFI?


Since macros in C are enabled by the *pre-processor*
stage, and thus the only data that can be manipulated
are tokens in the parser input stream, I think this is
a malformed question.

Correction:
Furthermore, can I write a function in C that will recognize
and manipulate Lisp data from any conforming
implementation and, by using CFFI, export that function to Lisp for use as a macro function?
--
The science of economics is the cleverest proof of free will yet constructed.
.



Relevant Pages

  • Re: Decreasing the "standard deviation" of lisp
    ... and manipulate Lisp data from any conforming ... implementations internal data representations, which seems at best ... like a bad idea (low level implementation coupling and restrictions on ...
    (comp.lang.lisp)
  • Re: Decreasing the "standard deviation" of lisp
    ... can I write a macro in C that will recognize ... and manipulate Lisp data from any conforming ... implementation and export it to Lisp with CFFI? ...
    (comp.lang.lisp)