Changeset 25573 in project
- Timestamp:
- 11/25/11 21:12:21 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/tutorials
r25345 r25573 9 9 ; [[http://petrofsky.org/src/primer.txt|Al* Petrofky's "An Advanced Syntax-Rules Primer for the Mildly Insane"]]: A useful article to read if you wish to know the nitty-gritty details of how macro renaming works. This may help you to not only understand syntax-rules better, but will also provide a good basis for grokking explicit renaming and other macro systems. 10 10 ; [[explicit-renaming-macros|Explicit (and implicit) renaming macros]]: Introduction to "explicit (and implicit) renaming" macros, the low-level macro systems used in Chicken. 11 ; [[iup-tutor|The Iup GUI toolkit]]: Some examples for using Iup in Chicken. 11 12 ; [[http://lists.gnu.org/archive/html/chicken-users/2008-04/msg00013.html|Macro systems and chicken (long)]]: An excellent post by [[/users/alex-shinn|Alex Shinn]], explaining different macro systems. '''Please note:''' This was written when Chicken 4 was not yet released, and hence refers to various different macro systems available for Chicken at the time. This is no longer true since Chicken now has [[/manual/Macros|ER- and IR-macros]] built in. 12 13 ; [[Design by Contract]]: How to use Design by Contract in Chicken.
Note: See TracChangeset
for help on using the changeset viewer.