Next: Textual Conversion Packages, Previous: Universal SLIB Procedures, Up: Top [Contents][Index]
| • Defmacro | Supported by all implementations | |
| • R4RS Macros | ’macro | |
| • Macro by Example | ’macro-by-example | |
| • Macros That Work | ’macros-that-work | |
| • Syntactic Closures | ’syntactic-closures | |
| • Syntax-Case Macros | ’syntax-case | |
Syntax extensions (macros) included with SLIB. | ||
| • Define-Structure | ’structure | |
| • Define-Record-Type | ’define-record-type, ’srfi-9 | |
| • Fluid-Let | ’fluid-let | |
| • Parameter Objects | ’srfi-39 | |
| • Binding to multiple values | ’receive, ’srfi-8 | |
| • Guarded LET* special form | ’and-let*, ’srfi-2 | |
| • Guarded COND Clause | ’guarded-cond-clause, ’srfi-61 | |
| • Yasos | ’yasos, ’oop, ’collect | |