[plt-scheme] foreign and C macros
On Mar 29, Joe Marshall wrote:
> Eli Barzilay <eli at barzilay.org> writes:
>
> > Well, not really. In the long run, it might be feasible to write
> > a C header parser (Joe has something that's already working, but
> > more work is required to actually use it), but for now there is no
> > simple solution.
>
> Ultimately, it cannot be done. C macros simply don't have enough
> information to be used other than in the context of a surrounding C
> program. Things like this:
> [...]
Yeah -- anything that can be done will always be limited to
"interface-like" things...
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!