Programming..for kids

Great fun way of teaching kids the basics of programming

http://www.howtogeek.com/howto/32159/kodu-teaches-your-kids-to-visually-program-their-own-video-games/

download link

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=57a23884-9ecd-4c8a-9561-64bfd4fa2d3d&displaylang=en

It'll be good to try.

I study C and C++ but I'm not that good in them. I guess I have a long term math problem. :(

Scratch is a good one too. :)

http://smallbasic.com/ is another great tool to teach kids to write code :)

It'll be good to try.

I study C and C++ but I'm not that good in them. I guess I have a long term math problem. :(

I hate parenthesis, brackets and braces like that off of the C Languages. That's why i chose to study PHP. Oh....

I hate parenthesis, brackets and braces like that off of the C Languages.

+1. I'm into VB.NET mostly, but I'm a bit of a PHP fan too :)

+1. I'm into VB.NET mostly, but I'm a bit of a PHP fan too :)

I love vb personally. It grew on my from a young age when msn chat rooms where open around 1999. My dads friend made on my behalf the authentication to connect to msn's gatekeeper. Then the rest i learned my self. Good old vb6. That lead me on to connecting mIRC to msn chat rooms. So that was my first scripting language.

Picking up vbscript was easy. Mixed that with html obviously. I started learning asp.net but did not really like the syntax.

So now i just stick to vb.net and started php. I need to learn xml better though for vb.

I've found that vb.net has really sucky XML support, compared to other languages I've used - such as Java. Sometimes it baffles me. ActionScript (2) is a neat language to learn too, mostly because you can't actually break anything while testing. I recently learned it to build an "App Store," the thing sucked and the language is really messy, but really easy to get your head around. It's also light on the parenthesis, so it's a good place to start if you want to progress to C based languages.

I hate parenthesis, brackets and braces like that off of the C Languages. That's why i chose to study PHP. Oh....

lolwut :lol:

This is awesome, it's actually how I got started in computers. programming games and logo programs in basic on a commodore 64 from a magazine.

I think C# is awesome, because it hasn't got the downsides of C/C++ (pointers, malloc, and so on), and has great things (WPF, LINQ, and others). Once you get used to Lists and their LINQ extension methods, it's hard to use arrays again :P

I hate scripting languages - I know a little bit of JS but all those vars with no type are really ugly...

I think C# is awesome, because it hasn't got the downsides of C/C++ (pointers, malloc, and so on), and has great things (WPF, LINQ, and others). Once you get used to Lists and their LINQ extension methods, it's hard to use arrays again :P

I hate scripting languages - I know a little bit of JS but all those vars with no type are really ugly...

I know a little C# myself, but I'm trying to fully learn it at the moment. Unfortunately, Microsoft's default programs for doing this are much too expensive. Any suggestions?

lolwut :lol:

yes why u quoting me 4?

I know a little C# myself, but I'm trying to fully learn it at the moment. Unfortunately, Microsoft's default programs for doing this are much too expensive. Any suggestions?

Visual C# Express is nice, and free. Kaxaml used to be great to learn XAML (what WPF and Silverlight are based on) without coding, but I don't know if it still works with Silverlight 4: http://www.kaxaml.com/

Another free editor is SharpDevelop: http://www.icsharpcode.net/opensource/sd/

yes wtf u quoting me 4

How come you "..hate parenthesis, brackets and braces like that off of the C Languages" and prefer PHP, when PHP itself is influenced by such language?

It's a question of having to mate :)