DEV Community

Discussion on: Finding a programming language to call home

Collapse
 
galoiswannabe profile image
galoisWannaBe

I find that in multi-paradigm languages, I could do either functional or OOP. The thing that bothers me is dynamically typed languages! IDK why, but, despite Python's amazing everything, it always bugs me when I'm working with integers and doubles and can't specify which I need at the time. JS bugs me even more!

That's why I settled on Kotlin, at least until I get a Kotlin project finished for my portfolio

Collapse
 
opensussex profile image
gholden

I've not properly taken a look at Kotlin - but as it follows similar syntax to C shouldn't be too hard to pick up. Thanks for the recommendation.