Articles and examples of macro programming in Scheme, using low-level (a.k.a., defmacro) and R5RS (hygienic) macro systems.| okmij.org
Discussion of various ways of traversing a collection, stressing the most complex and general case| okmij.org
Papers, articles, essays, notes about computation in general| okmij.org
Delimited Dynamic Binding: reworked and updated, including the implementation in terms of algebraic effects and other latest developments| okmij.org
Slide-Effect: Slide overlays and delimited control. Overlay expansion (like in Beamer) is a manifestation of delimited control. We explain on two implementations, without delimited control operators and with, showing where and how the explicit delimited control improves.| okmij.org