https://github.com/xpdojo/scheme
Scheme was the first dialect of Lisp to choose lexical scope and the first to require implementations to perform tail-call optimization, giving stronger support for functional programming and associated techniques such as recursive algorithms.
https://github.com/xpdojo/scheme
lisp scheme
Last synced: 3 months ago
JSON representation
Scheme was the first dialect of Lisp to choose lexical scope and the first to require implementations to perform tail-call optimization, giving stronger support for functional programming and associated techniques such as recursive algorithms.
- Host: GitHub
- URL: https://github.com/xpdojo/scheme
- Owner: xpdojo
- License: mit
- Created: 2023-02-19T13:27:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T13:27:50.000Z (over 2 years ago)
- Last Synced: 2025-02-06T15:53:25.569Z (5 months ago)
- Topics: lisp, scheme
- Homepage: https://en.wikipedia.org/wiki/Scheme_(programming_language)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scheme
Scheme was the first dialect of Lisp to choose lexical scope and the first to require implementations to perform tail-call optimization, giving stronger support for functional programming and associated techniques such as recursive algorithms.