Ainzo Programming Language
A tiny, hand-crafted language you can learn on a blackboard — write a line, see the answer.
four things that make it yours
Define int, double, bool and string — plain keywords, no boilerplate.
Loop until a condition is false — written exactly like you'd say it aloud.
Define with func, call with call — reuse any block of code you write.
Read from the keyboard into any variable — one letter, r x, and you're done.
from a chalk line to an answer, in four steps
open the playground — write APL in your browser, no install needed