Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
htlr52077yKotlin is built to replace java. A strong understanding of java will help alot in understanding kotlin and most of the courses expect you to learn the Object Oriented concepts from java to get an easy transition and learning curve in Kotlin.
Its not necessary but yes it'll help alot. -
@htlr so, let's say you know c#, and have a good understanding of object orientated programming, you could skip java and go for kotlin?
-
Tahaga7697y@htlr okay, thanks, so you confirm what I was thinking! The syntax is so pleasing, it's compatible with all (or almost) java libraries, guess it's the way to go today since it'll probably be used a lot in the future!
-
orto11567yMaybe it's just me but I have this weird hungup with any languages where I don't explicitly declare the type
Give me int,Integer,u_int16 etc
And I'm good
But wtf is this Val shit. -
I would not say it is strictly necessary, but it helps a lot. Specially considering that in most frameworks where Java is used...well....you will get Java documentation. So knowing how to detect how certain content translates to Kotlin is nothing but useful, thus I say learn both. Honestly tho, it seems to me sometimes that the people that diss Java the most are those that got discouraged by hello world, saw how it was done in Python and went with the fuck Java bandwaggon.
-
wtho837y@orto wasn't it also a little bit weird (in the midst of all the excitement) when we learned our first programming language? It's something new and exciting again! It should feel weird and wrong in the first place.
It's just declaration syntax, that puts the mutability in focus instead of the type.
Related Rants
Question here - what do you guys think of Kotlin?
Do you also think it'll be sufficient to learn Kotlin and not java to programm for Android?
I just began the transition, it's fun playing around with it, but a friend of mine wants to learn Kotlin to learn Android programming (and not java, he only has java basics).
What's your opinion on all this?
rant
java
kotlin
android