Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.1 KB

File metadata and controls

32 lines (19 loc) · 1.1 KB

Fuse

codecov

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/

Image

Features

  • Algebraic Data Types (ADT)
  • Generics (Parametric Polymorphism)
  • Type Methods
  • Traits (Type Classes)
  • Pattern Matching
  • Uses Grin as compiler backend

Documentation

Instructions for downloading and installing the Fuse compiler and libraries.

An overview of the Fuse programming language.

Warnings

  • The Fuse compiler is still heavy in development.