Hi all,

some days ago, I've uploaded the new version of the bindings library. It
now encloses the low-level-macros egg which is hence considered
deprecated.

Bindings contains a lot of binding macros in the spirit of Common Lisp's
destructuring-bind or the match macro of the matchable library.

Moreover, it contains some low-level macro builders, former supplied by
the low-level-macros egg. In particular
- macro-rules, a low-level version of syntax-rules,
- define-macro, your old friend from Chicken-3, but hygienic
- define-er-macro, an explicit-renaming version of define-macro.
All can accept once-forms as arguments, thus avoiding the subtleties of
side-effected arguments.
With these macros, you have the power of low-level-macros and the
ease-of-use of high-level macros.

Please give the library a try.

Cheers
Juergen

-- 

Dr. Juergen Lorenz
Flensburger Str. 12
10557 Berlin

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to