본문 바로가기
728x90
반응형

안드로이드4

Kotlin 시작하기 이 글은 코틀린 | Kotlin (English) 카테고리의 글을 번역하여 최소한의 수정만 하였습니다. Kotlin은 자바 가상 머신(JVM)에서 실행되는 정적으로 유형이 지정된 최신 프로그래밍 언어입니다. Java보다 간결하고 표현력이 풍부하며 안전하도록 설계되었으며 최근 몇 년 동안 특히 Android 개발 커뮤니티에서 많은 인기를 얻었습니다. 이 도움말에서는 Kotlin의 기본사항, 구문, 첫 번째 Kotlin 프로그램 작성을 시작하는 방법을 살펴봅니다. Kotlin이란? Kotlin은 인기있는 IntelliJ IDEA Java Integrated Development Environment (IDE)의 배후에있는 JetBrains에 의해 개발되었습니다. Kotlin은 2016년에 공식적으로 출시된 .. 2023. 2. 10.
Getting started with Kotlin Kotlin is a modern, statically typed programming language that runs on the Java Virtual Machine (JVM). It is designed to be more concise, expressive, and secure than Java, and it has gained a lot of popularity in recent years, especially in the Android development community. In this article, we will explore the basics of Kotlin, its syntax, and how to get started with writing your first Kotlin p.. 2023. 2. 10.
Kotlin 사용의 이점 이해하기 이 글은 코틀린 | Kotlin (English) 카테고리의 글을 번역하여 최소한의 수정만 하였습니다. 소개 Kotlin은 자바 가상 머신(JVM)에서 실행되는 정적 형식의 프로그래밍 언어이며 자바스크립트 소스 코드로 컴파일할 수도 있습니다. IntelliJ IDEA라는 인기있는 Java 통합 개발 환경 (IDE)의 제작자인 JetBrains가 개발했으며 2016 년에 공식적으로 출시되었습니다. Kotlin은 출시 이후 간결하고 표현적인 구문, 향상된 유형 추론, Java에 비해 향상된 null 안전성 기능으로 인해 개발자에게 널리 채택되었습니다. 자바 대비 코틀린의 장점 간결하고 표현적인 구문 Kotlin은 Java에 비해 더 간결하고 표현적인 구문을 사용합니다. 예를 들어, Java에서는 다음과 같은.. 2023. 2. 10.
Understanding the benefits of using Kotlin Understanding the Benefits of Using Kotlin Introduction Kotlin is a statically typed programming language that runs on the Java Virtual Machine and can also be compiled to JavaScript source code. It was developed by JetBrains, the creator of popular Java Integrated Development Environment (IDE) called IntelliJ IDEA, and was officially released in 2016. Since its release, Kotlin has been widely a.. 2023. 2. 10.
728x90
반응형
SMALL