Hacker News new | past | comments | ask | show | jobs | submit login

Swift concurrency is interesting topic for sure, looks like language isn't actually built around concurrency unlike other popular new languages these days. Interesting document here about Swift concurrency https://github.com/apple/swift/blob/master/docs/proposals/Co...



You mean like Erlang and Go?

Everything else uses concurrency via libraries, which is the right way to do it, because there isn't a solution that fits everywhere.


Not everything else, Rust, OCalm just to name a few. Maybe it's just recent hype of such languages, but it definitely fits very well in some situations.


Both Rust and OCaml have library support for concurrency, it is not hardcoded in the language like Go.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: