diff --git a/README.md b/README.md index 25b1c95..78a5d47 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Noxan -> The noxan golfing language is a prefix programming language. +Noxan is a prefix based programming language that is designed for code golfing. ## Get started -For example, `+1 +3 4` is tokenized as `1 + 3 + 4`. +Since Noxan is prefix, operators come before their operands. +For example, `+1 +3 4` is similar to `1 + 3 + 4` in infix.