hoodwink.d enhanced
RSS
2.0
XHTML
1.0

RedHanded

The Serial Article Of Matz On Nikkei Linux July 2005 #

by daigo in cult

Matz’s third article for programming beginners with eight pages was published on a magazine, Nikkei Linux Jul 2005, in Japan. He discusses how static or dynamic typed languages such as Smalltalk, Lisp, Java and Ruby resolve (or do not) single and multiple inheritance. There is a good example: Smalltalk’s three Stream classes, Read/Write Stream. Yes, Ruby (and Lisp) has the wonderful Mix-in. He also says that the multiple inheritance dilemma resembles that of goto because they are too much functional to manage.

Next topic will be Duck Typing.

said on 10 Jun 2005 at 08:54

I’d really enjoy reading that, is there an english version somewhere?

said on 10 Jun 2005 at 14:47

Multiple inheritance is too difficult to manage? All inheritance is too difficult to manage!

said on 10 Jun 2005 at 22:30

No English version, even no Japanese electric text…

said on 12 Jun 2005 at 07:07

These are my work for food. Even open source programmers need to eat and feed their family. ;-)

said on 14 Jun 2005 at 22:37

“These are my work for food. Even open source programmers need to eat and feed their family. ;-)”

Sell the beta version of your writing.

Comments are closed for this entry.