Do you know if syntax-case support is in the works? Would you recommend I stick with Chicken 3.x if I need it?
(I'm test-porting an internal tool from MZScheme to Chicken to see if I can get some performance improvements, and we've taken the plunge with syntax-case enough that I don't see rewriting as an option.) Dan On Tue, Nov 10, 2009 at 7:19 PM, John Cowan <[email protected]> wrote: > Dan Liebgold scripsit: > > > I probably have something obvious wrong, but after installing the > > syntax-case egg in Chicken 4.2.0 I can't "require" it, and I can't make > > sense of the error: > > Chicken 4.x doesn't support the syntax-case egg or any other macrology egg. > It now has built-in macros, and supports only explicit renaming and > syntax-rules. > > -- > Only do what only you can do. John Cowan <[email protected]> > --Edsger W. Dijkstra's advice > to a student in search of a thesis > -- Dan Liebgold [[email protected]]
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
