Spyke

Neut Programming Language

Neut is a functional programming language with static memory management.

Its key features include:

  • Full λ-calculus support
  • Predictable automatic memory management
  • The absence of annotations to the type system when achieving both of the above

Neut doesn't use GCs or regions. Instead, it takes a type-directed approach to handle resources.

https://vekatze.github.io/neut/overview.htmlOpen linkView original on programming.dev
No comments on the original post yet.
Neut Programming Language | Spyke