> For the complete documentation index, see [llms.txt](https://blog.javabom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.javabom.com/kimdh/kotlin.md).

# Kotlin

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

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

### 2. Kotlin 을 왜 만든거지?

### 3. Kotlin 의 특징

1. 간결한 코드
2. 빠른 컴파일 속도
3. 여러 플랫폼 지원
4. Java와 호환
5. 스칼라랑 비슷비슷
6. 2017 Google I/O 에서 Android 앱 개발용 공식 언어로 채택

##

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

[FAQ에 뭐가 있길래...](https://kotlinlang.org/docs/reference/faq.html)

### 더 알아보기

[코틀린 공식 홈페이지 문서](https://kotlinlang.org/docs/reference/)

[코틀린 위키](https://en.wikipedia.org/wiki/Kotlin_\(programming_language\))(영문 주의)

[코틀린 위키](https://namu.wiki/w/Kotlin)

[스칼라 vs 코틀린](https://hamait.tistory.com/895)

[Effective Java 와 Kotlin](http://ohjeonggyu.github.io/2017/03/31/Effective-Java와-Kotlin/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.javabom.com/kimdh/kotlin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
