Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
area51.stackexchange.com/proposals/49538/arduino is a site proposal for an Arduino specific site. Support it and you could get your questions answered there ! – AshRj Jan 30 at 3:26
Thank you for the link! Didn't know it yet :) – Devils Child Jan 30 at 9:59

closed as not constructive by Bill the Lizard Jan 28 at 22:54

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.