Scheme: Difference between revisions
Jump to navigation
Jump to search
m categories |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 14: | Line 14: | ||
* deeper explanation on the chicken egg ''Design by Contract'' | * deeper explanation on the chicken egg ''Design by Contract'' | ||
[[Category:Programming languages]] | [[Category:Programming languages]] | ||
Latest revision as of 00:24, 10 July 2019
Our attempt to clearly define and explain various aspects of the scheme specification, focusing on the chicken implementation.
The R5RS Standard
[edit | edit source]WANTED
[edit | edit source]- 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