On Tue, Apr 21, 2009 at 3:01 PM, Derick Eddington <[email protected]> wrote: > I report I was able to build Larceny revision 6186 and these do now > work: > >> (syntax->datum (syntax (... (... foo)))) > (... foo) > >> (import (for (sweet-macros helper2) expand)) > Autoloading (sweet-macros helper2) > Autoloading (sweet-macros helper1) > >> (define-syntax m > (syntax-match () > (sub (_ u ...) #'(list u ...)))) > >> (m 1 2 3) > (1 2 3)
Cool! > If Larceny came prepackaged, it would be equally easy to use for > building new Larcenys. Of course that would be the best option. _______________________________________________ Larceny-users mailing list [email protected] https://lists.ccs.neu.edu/bin/listinfo/larceny-users
