5 ms·
I haven't looked at D in a while, but I recall it having two competing standard libraries. I'm pinning all my hopes and dreams on Rust, but as a frequent (ab)u
by dorolow 13y ago
I haven't looked at D in a while, but I recall it having two competing standard libraries.
I'm pinning all my hopes and dreams on Rust, but as a frequent (ab)user of Boost.Coroutine and gevent I certainly wouldn't mind if Go gained a bit more traction.
- pcwalton 13y agoD doesn't have two competing libraries anymore. There's just one, Phobos. Regarding Rust, Rust has lightweight green threads just like Go does. (Go's scheduler is currently more mature though.)
- dorolow 13y agoRegarding D, that's good! I always thought D was very cool, but the two libraries thing kept me away till now. Maybe I'll have to check it out again. It seems like Rust never ceases to impress.