m2ym / optima

Optimized Pattern Matching Library for Common Lisp
268 stars 19 forks source link

Have an optima-extensions system #58

Open fare opened 11 years ago

fare commented 11 years ago

To fully supersede existing pattern matching libraries, optima should have an optima-extensions.asd, or optima-extras.asd or optima-contrib.asd, or whatever the name.

It should depend-on:

fare-quasiquote, and include patterns for quasiquote (I will do that), to supersede fare-matcher.

cl-ppcre, and include patterns to use it, to supersede pcond.

guicho271828 commented 11 years ago

interested in your library but would you mind giving me some usage examples? I ... read your README and quasiquote-test.lisp but ... failed to understand how to use it.

m2ym commented 11 years ago

There is no documentation for the extension system yet...