Scheme: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (rm parent category)
(One intermediate revision by the same user not shown)
Line 13: Line 13:
* syntax-rules
* syntax-rules
* deeper explanation on the chicken egg ''Design by Contract''
* deeper explanation on the chicken egg ''Design by Contract''
[[Category:Scheme]]

Revision as of 18:17, 2 July 2012

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