From: Yukihiro Matsumoto Date: 2013-12-18T19:45:03+09:00 Subject: Re: Optional type annotations Hi, No. I don't like the optional static typing. I'd rather add soft typing with type inference, but I have no idea to implement it in efficient/compatible way. matz. In message "Re: Optional type annotations" on Wed, 18 Dec 2013 11:19:37 +0100, "Grzegorz D." writes: | |Is there any plan (discussion) to add optional types to Ruby? Something |similar to what Dart has.