https://kotlinlang.org logo
#feed
Title
d

Dave Leeds

03/06/2020, 3:33 AM
Hey all! I’m starting a new series that begins with the fundamentals of Kotlin. Whether you’re brand new or a seasoned pro, I hope this series will give you a solid foundation to help you become the best developer you can be! Special thanks to @mattm and @Jake for their review! https://typealias.com/start/kotlin-variables-expressions-types/
👍 27
👏 7
💯 3
🔖 1
c

Chainchelliah

03/06/2020, 7:22 AM
You're Awesome!!! I have been reading your articles but this one is great for people who wants to learn depth in understand (Who doesn't come from CS background also). Expecting more in this series especially. Keep up the good work @Dave Leeds.
👍 1
😁 1
u

Ubi

03/06/2020, 8:10 AM
Copy code
val π = 3.14
compiler did not complain 🤯 K …..(PS. I know we should not use it but still.)
ah even java kind of allows it. hmm.
a

Alexander Mikhalchenko

03/06/2020, 8:49 AM
@Ubi Yep, all unicode charecters will work. Please do try this at home only, not at work 😁
😁 6
d

Dave Leeds

03/06/2020, 6:51 PM
Haha, yes - pretty cool that you can use π in your code, but your coworkers won't be too happy with you. 😂
3 Views