Hello,
After noticing that SISC lacks SRFI-71, I tried the reference
implementation. It passes the unit tests, but I am having a hard time
substituting the built-in let/let*/letrec, and I have run out of
module tricks.
I am using an inner module to encapsulate the reference
implementation, and an import* directive to rename the
srfi-[let|let*|letrec] macros to my-[let|let*|letrec] in the outer
module, which in turns exports the renamed macros.
I think I may be missing something obvious, so I am attaching the file
here for comments. I assume you'd be interested in including SRFI-71
in SISC?
___
Alessandro
srfi-71.scm
Description: Text Data
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________
SISC-devel mailing list
SISC-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sisc-devel
|