Neut Programming Language
(vekatze.github.io)
from armchair_progamer@programming.dev to programming_languages@programming.dev on 24 Feb 01:53
https://programming.dev/post/25928236
from armchair_progamer@programming.dev to programming_languages@programming.dev on 24 Feb 01:53
https://programming.dev/post/25928236
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.
threaded - newest