-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4b0597
commit 4c4ebd9
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
studyName: "Kotlin" | ||
studyImg: "" | ||
studyType: "멘토 스터디" | ||
studyPeriod: ["24 Summer"] | ||
studyDescription: "Kotlin 스터디입니다." | ||
audit: "청강가능" | ||
leadName: "" | ||
mentorNames: ["김현우"] | ||
maxPeople: 20 | ||
memberNameList: [] | ||
--- | ||
|
||
|
||
## 멘토 프로필 | ||
이름: 김현우 | ||
소속: 모두싸인 | ||
email: doralife12@gmail.com | ||
전화번호: 010-5356-3097 | ||
|
||
## 강의 목표 | ||
코틀린이라는 언어를 이해하고, 이를 통해 자신이 원하는 어플리케이션을 구현할 수 있다. | ||
|
||
## 참고 교재 | ||
Kotlin in Action | ||
## 강의 계획 | ||
1. 코틀린 개발 환경 구축 및 첫 프로그램 실행해보기 | ||
2. 코틀린의 기본 문법 및 자료형3. Python 기반의 간단한 이론 구현 및 실습 | ||
3. 코틀린의 조건문과 반복문 | ||
4. 코틀린의 함수와 람다 | ||
5. 코틀린의 클래스 | ||
6. 코틀린의 상속과 추상 클래스, 인터페이스 | ||
7. 코틀린의 컬렉션 프레임워크와 이를 다루기 위한 함수형 API | ||
8. 코틀린의 예외 처리와 null safety | ||
9. 코루틴과 비동기 프로그래밍 맛보기 | ||
10. 프로젝트 구현 및 마무리 | ||
|
||
## 참고사항 | ||
본 스터디는 다른 언어를 어느 정도 다뤄본 사람을 대상으로 하고 있습니다. | ||
따라서 프로그래밍의 기초를 배우는 것이 아니라, 다른 언어와 코틀린의 차이를 알아보는 것이 주요 활동이 될 예정입니다. |