Hacker News new | ask | show | jobs
by bluebasket 2322 days ago
i happen to be learning swift and, as a newcomer to the language, i have concluded that the level of complexity is pretty much on par with cpp. one thing i have noticed is that swift maintains readability while being complex. that's the surprised to me. complex cpp is simply not pleasant to read.
1 comments

You can thank limiting the use of pointers and macros for that.