I'm looking for a fast interpreted language for a microcontroller.
The requirements are:
- should be fast (not crucial but would be nice)
- should be light on data memory (small overhead <8KB, excludes program variable space)
- preferably would be small in program size and the language would be compact
- preferably, human readable (for example, BASIC)
Thanks!