This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Advanced Kotlin: New Features and More
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
Kotlin is a modern statically typed language targeting JVM and JavaScript and intended for industrial use. The main goal behind this project is to create a language that would be a good tool for developers, i.e. will be safe, concise, flexible, 100% Java-compatible and well-supported by IDE and other tooling.
This talk gives an overview of the language in its present state and a perspective we have for the future.
Among other things, the following features will be covered:
* Static null-safety
* Extension functions
* Higher-order functions and type-safe builders
* Smart casts: Kotlin’s lightweight ...