I wish SmallBASIC (there are two of them! [0] [1]) would catch on (become a household name). Very easy, approachable, and has the same charm as normal BASIC/QBASIC - with regards to the development environment. Perfect for children. [0]: http://smallbasic.com/ (Microsoft SmallBASIC) [1]: http://smallbasic.sourceforge.net/ (SmallBASIC - One more basic)
Is Python The New Basic? ("Python For Kids")
21–30 of 53 posts
Re: Is Python The New Basic? ("Python For Kids")
#22Re: Is Python The New Basic? ("Python For Kids")
#23I tried it as "first language" and it's a freaking pain, I still don't understand the "everything is an object" stuff and why to use modules for everything instead of solving problems with your own code. BASIC is way better for beginner's, especially kids.
Re: Is Python The New Basic? ("Python For Kids")
#24Re: Is Python The New Basic? ("Python For Kids")
#25I'd rather take Lua as "The new Basic", since it has a syntax closer to Basic, and it's a simpler language.
Re: Is Python The New Basic? ("Python For Kids")
#26Javascript is.
Re: Is Python The New Basic? ("Python For Kids")
#27I tried it as "first language" and it's a freaking pain, I still don't understand the "everything is an object" stuff and why to use modules for everything instead of solving problems with your own code. BASIC is way better for beginner's, especially kids.
1. If you think Python is a pain, I don't think there is any other language you can learn. I've learned lots of different languages, but Python was one of the easiest to pick up and get started--not so different from BASIC. 2. Unless things have changed since I last worked with python, your statement "Everything is an object" is not true. Actually this is one thing I like about Python over Ruby (In Ruby, everything a…
Re: Is Python The New Basic? ("Python For Kids")
#28I tried it as "first language" and it's a freaking pain, I still don't understand the "everything is an object" stuff and why to use modules for everything instead of solving problems with your own code. BASIC is way better for beginner's, especially kids.
Re: Is Python The New Basic? ("Python For Kids")
#29I tried it as "first language" and it's a freaking pain, I still don't understand the "everything is an object" stuff and why to use modules for everything instead of solving problems with your own code. BASIC is way better for beginner's, especially kids.
That simply doesn't make sense. You could make that argument against every single programming language.
Re: Is Python The New Basic? ("Python For Kids")
#30Javascript is.