Difference between revisions of "Scheme (programming language)"

From Design Computation
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category:Programming Languages]]
 
[[Category:Programming Languages]]
 
Scheme is a functional programming language and one of the two main dialects of the programming language Lisp. Unlike Common Lisp, the other main dialect, Scheme follows a minimalist design philosophy specifying a small standard core with powerful tools for language extension.
 
Scheme is a functional programming language and one of the two main dialects of the programming language Lisp. Unlike Common Lisp, the other main dialect, Scheme follows a minimalist design philosophy specifying a small standard core with powerful tools for language extension.
 +
 +
 +
=Cross-References=
 +
*[[Blockchain]];
 +
*[[Smart contract]];
 +
 +
=Recommended Reading=
 +
[https://en.wikipedia.org/wiki/Scheme_(programming_language)/ Wikipedia Scheme Page]

Latest revision as of 21:21, 6 January 2017

Scheme is a functional programming language and one of the two main dialects of the programming language Lisp. Unlike Common Lisp, the other main dialect, Scheme follows a minimalist design philosophy specifying a small standard core with powerful tools for language extension.


Cross-References

Recommended Reading

Wikipedia Scheme Page