Arduino BASIC compiler

AlyssonR:
but there are some things that are so much simpler to achieve in BASIC than in C, no matter how good the libraries are. The main one being string/text handling.

Indeed.

But, whatever program language you use, an Arduino does not have enough memory for that type of string handling. It works well when you have 2GB of ram. But not when you have 2K of ram.

...R