Skip to content

fuselang/fuse

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Contributors