Kotlin (Introduction for students)

Post on 15-Jan-2015

428 views 4 download

Tags:

description

 

Transcript of Kotlin (Introduction for students)

otlin

Andrey.Breslav@ .com

The Programming Language

Let’s get to know each other!

MANY PEOPLE+ Lots of code+ Many years

We read a lot more code than we write…

Why a new language?

Cup<Coffee> cup = new Cup<Coffee>(new Coffee())

Cup<Coffee> cup = new Cup<>(new Coffee())

Cup<Coffee> cup = new Cup(new Coffee())

Why not…

Java 7

Evolution is HARD

Modern Language for Industry

• Readability• “Toolability”• Safety

Questions?