Feed on
Posts
Comments

Archive for the 'ruby' Category

I started programming seriously when I was at school. I became seduced by the idea of writing games and ended up learning 6502 and then ARM assembler. I sort of skipped the typically-british BBC BASIC introduction because I was impatient and had read in my Dad’s computer magazines that real games didn’t get written in […]

Read Full Post »

Ruby and Python

I’ve been playing with Ruby a bit recently. The big question: is the language better than python ? For me it comes down to a punchup between 2 killer features: Ruby’s blocks vs Python’s whitespace-indent magic.
Ruby’s smalltalk style blocks are great - they neatly support looping, closures and resource management idioms in one simple powerful […]

Read Full Post »