umb-scheme/README.md

6 lines
287 B
Markdown
Raw Normal View History

2024-01-05 18:47:07 +01:00
# umb-scheme
UMB Scheme is a public domain implementation of the Scheme programming language.
Scheme is a statically scoped and properly tail-recursive dialect of the Lisp programming language, designed with clear and simple semantics and a minimal number of ways to form expressions.