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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
