Here’s the first ‘real’ episode, showing some actual coding.
Enjoy!
Creating a simple game in Ruby – Episode II
Posted in General, Ruby Screencast.
Programming Ruby / JRuby / Rails / Common Lisp by Christopher Bertels
Here’s the first ‘real’ episode, showing some actual coding.
Enjoy!
Posted in General, Ruby Screencast.
2 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Cool Stuff!
But I don´t think Beginners should start with that.
They don´t know anything about “class methods” etc.
But cool Stuff!
Well maybe I wasn’t very clear by what i meant with “beginners”.
I actually mean “Ruby beginners”, which doesn’t mean a programming beginner in general.
Most people coming to Ruby have programmed in another (object oriented) language before, so most concepts should be understandable.
Besides, the focus of my screencast isn’t to actually teach Ruby itself, but to show a possible approach of how to programm a small scale project in Ruby, what idioms are used etc (and maybe also to show, how Ruby differs compared to other languages, like for example Java etc.).