Skip to content
ZippyMagician edited this page Apr 22, 2021 · 4 revisions

Arn

TUTORIAL

Arn is a golfing language designed to solve problems in as few bytes as possible; while it is certainly plausible to create a larger program in this language, it is not recommended. This language is still very early on in development, so please report any bugs in Issues.

Arn uses arbitrary precision floats via MPFR. This means that numbers can be an arbitrary length (and are not limited by any byte count; they can go on for much, much longer).

Clone this wiki locally