neut is a programming language created in 2018.
#704on PLDB | 6Years Old |
git clone https://github.com/u2zv1wx/neut
A dependently-typed programming language with static memory management
; download the core library
(ensure core/0.1.0.0
"https://github.com/u2zv1wx/neut-core/raw/master/release/0.1.0.0.tar.gz")
(include "core/0.1.0.0/core.neut")
(with identity.bind
(let str "a")
(let _ (string.print str))
(let _ (string.print str))
(string.print str))
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | ; A comment | |
Line Comments | ✓ | ; A comment | ; |
Semantic Indentation | X |