From: Jeremy Tregunna Date: 2006-09-16T12:36:59+09:00 Subject: Re: Ruby keywords vs methods Chris Roos wrote: > So, my actual question is, why are some things keywords and most > things method calls? I think it's io (language) that doesn't have any > keywords at all (so I guess it must be possible). That's correct. In Io, everything is a dynamic message send. There are several reasons why we've chosen this route, but instead of hijacking this thread, I'll just leave it here. -- Jeremy Tregunna Io Language Developer - http://www.iolanguage.com/ jtregunna@blurgle.ca