min-lang.org - min language - Welcome to the min programming language

Description: The min programming language is a small, concatenative, interpreted programming language that fits in a single 1MB file.

Example domain paragraphs

Don't need all of these features? If you are looking for something even smaller and more bare-bones, check out mn , min's even more minimalist little brother.

The following example shows how to find recursively all files in the current folder that were modified in the last hour:

. ls-r (mtime now 3600 - > ) filter The following example shows how to calculate the factorial of 5 using the linrec combinator:

Links to min-lang.org (1)