langnd is one programmer's dream programming language that focuses on minimalism, consistency, and portability.
This project is the home of the langnd programming language. Both the design and the implementation of the language are a work in progress.
# set numbers a and b then put their sum into c
$a = 300
$b = 200
$c = @add($a, $b)
langnd is licensed under the Unlicensed license. Review the UNLICENSE file included in the project before using langnd to understand your rights.