

5·
7 days agoI’m so grateful for Kotlin, it gets rid of so much of the annoyances in Java.
I’m so grateful for Kotlin, it gets rid of so much of the annoyances in Java.
It’s only better imo if you set it to native resolution for the AA. If you set it to anything below that, there’s definitely still artifacting. It’s not crazy obvious but no way it’s not noticeable, especially if you have a larger screen.
Imo people should start with C first since it is a lot simpler than C++ while still providing a lot of what you mentioned. C++ adds a lot of things like name mangling, templates, L & R value references that can quickly make things a bit more daunting for beginners.
I also generally find error messages for C a lot more parsable for beginners than C++ ones.