Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

neut

< >

neut is a programming language created in 2018.

#748on PLDB 6Years Old
Download source code:
git clone https://github.com/u2zv1wx/neut

A dependently-typed programming language with compile-time malloc/free determination


Example from the web:
; 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))

Language features

Feature Supported Token Example
Comments ✓
; A comment
Line Comments ✓ ;
; A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io