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.