504 B
504 B
nimp
A simple programming language that anyone can read, and where nothing is implied.
nimp is designed to be intentionally verbose to the point of pain, because it is meant to be read by anyone, including non-programmers, without sacrificing functionality.
Here's how you'd write a Hello world program in nimp:
import module io from standard-library.
call io.print with contents as "Hello world!".
Everything in nimp is defined as a sentence that can be read in plain English.