Scheme

From Noisebridge
Revision as of 18:09, 2 July 2012 by Leif (talk | contribs) (categories)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Our attempt to clearly define and explain various aspects of the scheme specification, focusing on the chicken implementation.

The R5RS Standard

WANTED

  • A simple coroutine implementation with call/cc
    • as well as a better explanation of call-with-values
  • dynamic-thunk
  • better explanations of the procedures listed here
  • tail recursion
  • syntax-rules
  • deeper explanation on the chicken egg Design by Contract