I'm looking for a good programming language which can be interpreted by the Arduino. The key here is to read the executable scripts from an SD card and execute them on the Arduino itself.
I'm looking for a language similar to C64 BASIC. It doesn't necessarily have to be BASIC syntax, but it has to be generic so I can easily include the interpreter like a library and just pass the code to the interpreter. In that manner it is also necessary to be able to add custom functions to it.
Is there a good and generic interpreter for the Arduino?