>>3181
>Lisp is an excellent language. Scheme works very well as a pedagogical language.
While I'm a fan of scheme and lisp, I think its better to teach people one programming language that is as easy to learn, mainstream, powerful, and professionally valuable as possible. So its either javascript or python. Javascript is basically a lisp with Java syntax (read about Brendan Eich and early netscape days if you don't believe me), has better formal standard than python (ECMAScript), has multiple very high performance implementations, doesn't require anything but a browser to learn/use.
I think teaching people JavaScript can be justified by these reasons. Maybe one day there will be a platform that is better in every respect, but as of today there are no alternatives.
>Forth is probably more deployed. Forth runs cellphones and all manner of small electronics.
Debatable. Modern smartphone firmware doesn't use forth, its just linux and or/bsd. Every device with an OS and a screen has a browser though.