Created
April 8, 2011 15:34
-
-
Save deadprogram/910116 to your computer and use it in GitHub Desktop.
KidsRuby Lightning Talk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| KidsRuby | |
| - There are not enough programmers in the world | |
| - The best programmers all started when young | |
| - Computer programming education budgets are getting slashed in the US/UK and elsewhere! | |
| - _why the lucky stiff cared a lot about teaching kids, created Hackety-Hack | |
| - But hackety-hack is showing its age. It does not actually run "normal" Ruby code like "puts"! | |
| - Most kid hackers want to write something like this as first program: | |
| 100.times do | |
| puts "my teacher sucks" | |
| end | |
| Or they want to create games... | |
| - KidsRuby is a real Ruby, with a simple editor, so kids can just turn it on and start using like, like the Commodore 64s or TRS-80 of the "old days" | |
| - Written in Ruby and JavaScript, to make it easier for people to contribute | |
| - Compatible with many code samples used in Hackety-Hack, especially the Turtle graphics. Also includes Gosu game library. | |
| - We need your help! KidsRuby classes, help with the editor, help with curriculum | |
| AFTER ALL, THINK OF THE CHILDREN! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment