Scheme: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 10: | Line 10: | ||
* dynamic-thunk | * 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] | * better explanations of the procedures listed [http://wiki.call-cc.org/man/4/Non-standard%20macros%20and%20special%20forms#other-binding-forms here] | ||
* tail recursion | |||
Revision as of 15:46, 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