[racket] newbie: foreign C structure definition question
Three minutes ago, Jay McCarthy wrote:
> We could use a syntax parameter in define-cstruct to communicate to
> the vector syntax to give them the correct size in structs and make
> my macro's approach the normal behavior.
* Types in a cstruct are plain expressions (that should evaluate to
ctype values).
* Arrays should be available as a type outside of cstructs too.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!