Scheme: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Our attempt to clearly define and explain various aspects of the scheme specification, focusing on the chicken implementation.
Our attempt to clearly define and explain various aspects of the scheme specification, focusing on the chicken implementation.
==== 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 [http://wiki.call-cc.org/man/4/Non-standard%20macros%20and%20special%20forms#other-binding-forms here]


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

Revision as of 23:19, 2 April 2011

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

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

The R5RS Standard