An open API service indexing awesome lists of open source software.

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.

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.