Scheme: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (moved Scheme:start to Scheme: :start is unnecessary)
(Update links in R5RS section)
Line 2: Line 2:


==== The R5RS Standard ====
==== The R5RS Standard ====
* [[scheme:Data_Types|Data Types]]
* [[scheme/Data_Types|Data Types]]
* [[scheme:Procedures|Procedures]]
* [[scheme/Procedures|Procedures]]


==== WANTED ====
==== WANTED ====

Revision as of 19:30, 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