Scheme: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Update links in R5RS section)
Line 12: Line 12:
* tail recursion
* tail recursion
* syntax-rules
* syntax-rules
* deeper explanation on the chicken egg ''Design by Contract''

Revision as of 21:57, 3 April 2011

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