Show HN: Fuse – statically typed functional programming language
Summary
Fuse is a statically typed, purely functional language with higher-kinded types and ad-hoc polymorphism. It compiles to the GRIN whole-program optimizer and LLVM for native code, with a focus on type inference and a clean syntax inspired by Rust, Python, Scala, and Haskell. The article provides a code sample demonstrating Functor, List, fmap, and a minimal main, plus installation details.