티스토리 뷰
http://kotlinlang.org/
몇년만에 안드로이드를 다시 접하게 되니..새로운게 있네
Kotlin
안드로이드 진영의 새로운 개발언어란다...
최근 1.0 버전이 나왔단다.
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
참고
- Kotlin 한국 사용자 모임
- https://realm.io/kr/news/android-kotlin/
- 자바가 아닌 다른 언어를 배워야 하는 이유
댓글