Scheme
I am partial to scheme, I always really appreciated it.(define (max-of-list lst) (foldr max (first lst) (rest lst)))
R6RS - Revision 6 Scheme Standard
Programming languages should be designed not by piling feature on top of feature, but by removing the weaknesses and restrictions that make additional features appear necessary. Scheme demonstrates that a very small number of rules for forming expressions, with no restrictions on how they are composed, suffice to form a practical and efficient programming language that is flexible enough to support most of the major ... Read more.Links, Sources and Reading List
- The Scheme Programming Language, Edition
- Learn Scheme by Jared Krinke
- r6rs specs home
- r6rs specs pdf
- Racket
- Tutorial A
- schemeprogramming.blogspot.ae
- SICP - Structure and Interpretation of Computer Programs
- Gambit Scheme
- Chicken-Scheme
http://thevikidtruth.com/wiki/?scheme
15sep22 | admin |