|
|
|
|
|
by stiff
4821 days ago
|
|
I first learned some programming being 8 year old and typing BASIC programs in an editor. Somewhat surprisingly, I think it was easier to get started then than it is now, BASIC was then included among the initial program set of the computer, complete with an IDE and if you ever got to that level it included graphics routines etc. and everything was described in a single book. I now have been seriously programming for more than 10 years, including 7 professionally, but whenever I want to do some fun graphics or sound stuff I still struggle a lot to pick libraries, install them, actually make them work etc. I would love some recommendations for programming languages + runtimes that you install with one click and immediately have at your disposal a decent language + IDE without weird quirks together with good graphics and sound primitives. I don't think this should be specifically for kids. It should simply be free of ridiculous language issues (PHP and JavaScript are out) and ridiculous runtime issues (managing a thousand and one libraries). Then it will be as good for kids as for adults (as if there was some magic gap between them!) willing to prototype. Actually, I think it is a great project idea, the few existing projects that target this are not all that great I believe. |
|