Comment Re:Not just BASIC. **Interpreted** languages is ke (Score 2) 777
I'd go with PERL. It's almost interpreted. It's very powerful. You can use english like sentences and teach to test results of function calls as if it was fun: open JOKES,"jokes.file" or die; And you can run small programs directly from the command line.