Fuse is a statically typed, purely functional language with higher-kinded types and ad-hoc polymorphism. It compiles to the GRIN whole-program optimizer, producing LLVM-generated native code.
Website: https://fuselang.org/
- Algebraic Data Types (ADT)
- Generics (Parametric Polymorphism)
- Type Methods
- Traits (Type Classes)
- Pattern Matching
- Uses Grin as compiler backend
Instructions for downloading and installing the Fuse compiler and libraries.
An overview of the Fuse programming language.
- The Fuse compiler is still heavy in development.

