- cross-posted to:
- lobsters@lemmy.bestiver.se
- cross-posted to:
- lobsters@lemmy.bestiver.se
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.
You must log in or # to comment.