Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 224 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 224 Bytes

Noxan

Noxan is a prefix based programming language that is designed for code golfing.

Get started

Since Noxan is prefix, operators come before their operands. For example, +1 +3 4 is similar to 1 + 3 + 4 in infix.