TypeL
TypeL is a Common Lisp sublanguage with strong typing and type inference a la ML.

This is the first version of TypeL, and it is very primitive. These features are implemented:

  1. Polymorphic type inference.
  2. Currying.
  3. TypeL is a Lisp-1.
  4. Arithmetic, boolean and list operations.

Features that will be implemented in feature releases:

  1. Algebraic types and pattern matching.
  2. Detailed error reporting.
  3. Code optimization based on type information and static analysis.

TypeL is licensed under the terms of the MIT license since version 0.2.

You can get TypeL at https://github.com/monoid/TypeL


programming language