Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Swift is better for writing UI and servers and some parts of compilers and operating systems.

For UI, why would anyone choose a language that has no automatic GC that can handle cycles?



weak delegates seem to work fine...?


Look up the language and ARC.


ARC doesn't do cycles, but it is deterministic and more power efficient than GC.


So use a language that supports both.


That would only have the disadvantages of both.




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

Search: