needmoreeasy EN 한국어
Learn

Prompts to hand to an AI

Each file here is one document you copy whole and paste at the start of a chat with an AI, so that the assistant can write NME programs even though it has never seen the language. They work in an ordinary chat window — ChatGPT, Claude, anything. No agent, no tool configuration.

After pasting, just ask:

Write me an NME program that prints the five times table

NME sentence-level prompt (recommended)

100% of the sentence syntax, plus short examples. Start here if you are new to programming — this is usually all you need.

17k

read it →save the file

NME full-syntax prompt

The same, plus the beginner and advanced levels, the bundled modules and the error codes.

26k

read it →save the file

NME full-syntax prompt with examples

Everything above and twelve complete programs. The most accurate answers, if it fits in the chat window.

30k

read it →save the file

How they are made

All three are generated from the compiler source (python scripts/build-ai-prompts.py). The tables are what the compiler actually accepts, and every example program is compiled by the real compiler each time the files are written, with its exact output pasted in. If one stops compiling, the build fails — so these documents cannot lie.

Checking the answer

A program the AI writes can be pasted straight into needmoreeasy.com and run. Nothing to install, and it works on a phone. If the result looks wrong, paste the error message back to the AI: every message carries a stable number such as E0102, which tells the AI exactly what went wrong.