Neon

The primary goal of Neon is to find out whether a useful programming language can avoid some of the common errors that beginners frequently encounter in other languages.

After many years of participation on Stack Overflow, one starts to recognise the same kinds of problems that beginners encounter over and over. Some of these errors are:

It is my opinion that these kinds of errors can be avoided by language design. Neon is an experiment that attempts to show that this is the case.

Influences

Many languages have influenced the design or specific features of Neon. Some are:

There is also a lot of negative influence, where the presence of a feature in a language has the potential to be misused (eg. if (a = b) in C).