Wrapped up match.scm from http://synthcode.com/scheme/ as a snowball, but what category? It is "A fully portable hygienic pattern matcher backwards compatible with Andrew Wright's MATCH syntax.".
I was thinking of a category something like 'syntax', would that make sense?
There's also some other code there I'm thinking of making into snowballs at some point as well, like loop and gettext, but those would take me quite some time. I have to figure out how loop is organized, and the gettext code has a lot of Gauche-specific stuff. Glancing at it I'm pretty sure most if not all of its Gauche dependencies can replaced with existing snowballs though. I suppose loop would go in the same category as match, and gettext seems to obviously fit in the 'text' category, and/or an i18n category. But right now I'm working on other things.
Also, the pregexp snowball actually works now... oops.
Afficher les réponses par date
Seems good to me.
On Mon, Mar 10, 2008 at 1:18 PM, Matthew Martin matt.a.martin@gmail.com wrote:
Wrapped up match.scm from http://synthcode.com/scheme/ as a snowball, but what category? It is "A fully portable hygienic pattern matcher backwards compatible with Andrew Wright's MATCH syntax.".
I was thinking of a category something like 'syntax', would that make sense?
There's also some other code there I'm thinking of making into snowballs at some point as well, like loop and gettext, but those would take me quite some time. I have to figure out how loop is organized, and the gettext code has a lot of Gauche-specific stuff. Glancing at it I'm pretty sure most if not all of its Gauche dependencies can replaced with existing snowballs though. I suppose loop would go in the same category as match, and gettext seems to obviously fit in the 'text' category, and/or an i18n category. But right now I'm working on other things.
Also, the pregexp snowball actually works now... oops. _______________________________________________ Snow-users-list mailing list Snow-users-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/snow-users-list
snow-users-list@iro.umontreal.ca