The happy programmer studies 7 languages in 7 weeks

I am commited to another study group: SICP

Io Day One

Alberto Peña Abril • Tuesday 21 June 2011

The second language in the book is Io.

Io is a prototype language, like javascript. I am not very good with javascript (I know, I have to try harder), so I hope Io helps me to understand how prototype languages work. I understand the paradime, but I need to gain a lot of knowledge to use any of those languages in a “pro” way.

The first thing I have liked about Io is that you send messages to the objects :) Instead of “calling a method” we send messages. I think that can help us a lot with our design once we start building complex programs. We will see.

I also like a lot how simple Io syntax is. There are no exceptions in the syntax rules, things can only be done in one way. That makes it really easy to start playing with Io.

There are none exercises for this day, but the author asks some questions:

He also asks us to:

See you tomorrow!

Comments

blog comments powered by Disqus