Neut is a functional programming language featuring static memory management without GCs or regions, using a type-directed approach for resource handling. The language supports full λ-calculus and automatic memory management without type system annotations, while offering built-in LSP support and formatter capabilities.
https://vekatze.github.io/neut/overview.html
#programminglanguages #memorymanagement #typesystems #functionalprogramming #developertools