Experience integrating R6RS-style macros and modules into gambit
I'd like to hear people's experiences in integrating R6RS-style macros and modules into gambit, either with Abdulaziz Ghuloum's implementation http://www.cs.indiana.edu/~aghuloum/r6rs-libraries/ or Andre van Tonder's implementation http://www.het.brown.edu/people/andre/macros Brad
Afficher les réponses par date
I tried Aziz's implementation and got it to work without to much problems. Actually, one of the things I'd like to do is put gambits extensions (ffi, multithreading, and io in particular) into the library system. I installed it in my home directory and added this line to my gambcini (load "~/psyntax-r6rs/gsi.r6rs.ss") I also changed that file (last line) to point directly to the pre-built psyntax: (load "~/psyntax-r6rs/pre-built/psyntax-gambit.pp") and that was it. I only tried the examples so far. Arthur Bradley Lucier wrote:
I'd like to hear people's experiences in integrating R6RS-style macros and modules into gambit, either with Abdulaziz Ghuloum's implementation
http://www.cs.indiana.edu/~aghuloum/r6rs-libraries/
or Andre van Tonder's implementation
http://www.het.brown.edu/people/andre/macros
Brad _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
participants (2)
-
Arthur Smyles -
Bradley Lucier