kotlin (introduction for students)

Post on 15-Jan-2015

428 Views

Category:

Technology

4 Downloads

Preview:

Click to see full reader

DESCRIPTION

 

TRANSCRIPT

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?

top related