Javabom
  • Initial page
  • kimdh
    • ShouldKnow
    • IntelliJ
    • Spring Framework
      • SpringBoot
        • exception handling
      • SpringCloud
        • Zuul
        • Eureka
        • Ribbon
    • README.md
    • Web
      • RESTApi
      • Material Design
      • React
        • ESLint
    • Scala
      • Akka
    • Kotlin
    • DevTools
      • Redmine
      • Gerrit
      • Jenkins
      • VisualParadime
  • daengdaenglee
    • styled-components 라이브러리 활용 예
    • Postfix Notation
      • Stack을 이용하여 infix notation을 postfix notation으로 변경하기
      • Postfix Notation 계산하기
    • Slack App
      • Slack App 만들기 기초
  • EUNCHU
    • Javascript
      • Promise
      • Iterable Iterator 정의
    • Hooks
    • Java spring
      • Lombok
      • Untitled
    • Mysql
  • MINHEE
    • Spring Boot
      • 직렬화
        • 직렬화(Serializable)
        • Java의 직렬화(Serialize)란?
      • Optional [Java 8]
      • JPA
        • java bean mapper와 DTO
        • DAO - DTO - Entity의 차이
        • Map Struct 참고
      • Date의 흐름
    • Session 관리
      • Storage
        • localStorage/sessionStorage 클라이언트에 정보 저장
          • React 블로그 - 로그인 구현
      • Spring Security
        • Spring Security 회원가입 / 로그인 구현
  • Sherry
    • Untitled
  • JeongAh
    • Untitled
Powered by GitBook
On this page
  • 1. Kotlin 은 누가 만들었을까?
  • 2. Kotlin 을 왜 만든거지?
  • 3. Kotlin 의 특징
  • 4. 그만 알아보자.. 다 필요없고 공식 홈페이지 FAQ 문서만 보면 되는거였다. ㅠㅠ
  • 더 알아보기

Was this helpful?

  1. kimdh

Kotlin

http://kotlinlang.org

PreviousAkkaNextDevTools

Last updated 5 years ago

Was this helpful?

1. Kotlin 은 누가 만들었을까?

2011년 7월 JetBrains 에서 JVM에서 돌아가는 새로운 언어로 kotlin을 공개 JetBrains 는 IntelliJ 를 개발한 유명한 회사 Kotlin이라는 이름은 JetBrains회사가 위치한 상트페테르부르크 근처의 섬이름에서 따온 것

2. Kotlin 을 왜 만든거지?

3. Kotlin 의 특징

  1. 간결한 코드

  2. 빠른 컴파일 속도

  3. 여러 플랫폼 지원

  4. Java와 호환

  5. 스칼라랑 비슷비슷

  6. 2017 Google I/O 에서 Android 앱 개발용 공식 언어로 채택

4. 그만 알아보자.. 다 필요없고 공식 홈페이지 FAQ 문서만 보면 되는거였다. ㅠㅠ

더 알아보기

(영문 주의)

FAQ에 뭐가 있길래...
코틀린 공식 홈페이지 문서
코틀린 위키
코틀린 위키
스칼라 vs 코틀린
Effective Java 와 Kotlin