natalie-lang / natalie

a work-in-progress Ruby compiler, written in Ruby and C++
https://natalie-lang.org
MIT License
931 stars 61 forks source link

Implement Kernel.select #2197

Closed herwinw closed 2 months ago

herwinw commented 2 months ago

Which is just a proxy to IO.select. so I really don't understand why the language has this. Sure, it is three characters shorter to not type the IO. prefix, but then we implement a different select in Enumerable so you're better of using the prefixed version anyway.