From: gabriele renzi Date: 2005-01-16T20:51:08+09:00 Subject: Re: Fwd: [suby-ruby] Your all time desired fundemental Ruby mod trans. (T. Onoma) ha scritto: > I'm taking a little poll. > > Let say you're Matz, but without any of the pressures of keeping up with a > previous version of Ruby. What one thing above all others would you like to > see differ about Ruby? > kill @@variables, and provide class_attr_reader and writer wich set/get instance variables in the class object. (IIRC there were no @@variables in early rubies so actually I would avoid keeping up ;). Have a different threading approach, maybe Agent-like. Provide more mixins (Readable/Writable/Seekable/Map). Base the IO system on asynchronous event driven stuff such as libevent. I also found funny that in ruby-land people often wants OS threads and in python-land were they have them people often wants asynchronous stuff (i.e. twisted) :)