kotlin puzzlers vol 2
play

Kotlin Puzzlers, vol 2 KotlinConf 2018, Amsterdam #kotlinpuzzlers - PowerPoint PPT Presentation

Kotlin Puzzlers, vol 2 KotlinConf 2018, Amsterdam #kotlinpuzzlers @antonkeks Tallinn, Estonia (Estland) Kotlin island How can we save Java? Why not use Kotlin :-) Kotlin? A new type-safe JVM language Very good Java interop Now also


  1. Kotlin Puzzlers, vol 2 KotlinConf 2018, Amsterdam #kotlinpuzzlers @antonkeks

  2. Tallinn, Estonia (Estland)

  3. Kotlin island

  4. How can we save Java? Why not use Kotlin :-)

  5. Kotlin? A new type-safe JVM language Very good Java interop Now also JavaScript and Native compilers Pragmatic and concise Open-source, developed by JetBrains Very good tooling from the start Official Android language since 2017

  6. It took Kotlin 6 years to get to 1.0 2010-2016, plus 2 more years since then Given the amount of time, it should be perfect

  7. SpaceX plans to bring us to Mars in the same amount of time 2018-2024

  8. Русский язык программирования fun hello() { фу привет() { val world = “World” знач мир = “Мир” vs print(world) печать(мир) } }

  9. What are programming puzzlers? ● Short programs with curious behaviour ● (Errors and Warnings disabled) ● What do they print? ● You vote for the correct answer ● The mystery is revealed by launching the code ● Kotlin flags and/or Vana Tallinn liqueur if you can explain ● Lastly, don’t do this in your code!

  10. Kotlin Puzzlers ● Kotlin was designed to avoid well-known Java Puzzlers ● An ideal programming language doesn’t have any ● Kotlin is pragmatic, not ideal ● Tested with latest Kotlin 1.3 rc, progressive mode enabled Ready? github.com/angryziber/kotlin-puzzlers

  11. Switching to Kotlin No hype language “Swift” for Android, now official I was productive from day 1 A “better Groovy”, with static typing and great IDE support Gradual conversion from Java is possible - Ctrl+Alt+Shift+K in IDEA ● Even Gradle is switching!

  12. Thanks! See and submit more here github.com/angryziber/kotlin-puzzlers #kotlinpuzzlers

Recommend


More recommend