티스토리 뷰

http://kotlinlang.org/

몇년만에 안드로이드를 다시 접하게 되니..새로운게 있네
Kotlin
안드로이드 진영의 새로운 개발언어란다...
최근 1.0 버전이 나왔단다.

[wiki]Kotlin (programming language)

Kotlin is a statically-typed programming language that runs on the Java Virtual Machine and also can be compiled to JavaScript source code

Why Kotlin?

Concise
Drastically reduce the amount of boilerplate code you need to write.
Safe
Avoid entire classes of errors such as null pointer exceptions.
Versatile
Build server-side applications, Android apps or frontend code running in the browser.
Interoperable
Leverage existing frameworks and libraries of the JVM with 100% Java Interoperability.
Tooling
Command Line Compiler or First Class IDE Support. Freedom to choose.
  • Java와 100% 호환
  • 확장자는 .kt

참고

댓글