일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- scala
- Hbase
- 제주
- SBT
- 스프링 배치
- Storm
- hibernate
- apache storm
- intellij
- Linux
- Clean Code
- Spring Boot
- nginx
- spark
- docker
- 엘라스틱서치
- Spring Batch
- 도메인주도설계
- Spring
- DDD
- Angular2
- design pattern
- Java
- Spring XD
- 인텔리J
- elastic search
- Gradle
- hdfs
- elasticsearch
- hadoop
Archives
- Today
- Total
목록Programming/Arrow-KT (1)
욱'S 노트
Arrow KT 시작하기 - Getting Started
개요애로우의 목적은 관용적인(idiomatic) 함수형 프로그래밍을 코틀린에 적용하는 것을 목표로 한다. 애로우는 다른 함수형 프로그래밍 커뮤니티에서 만들어진 라이브러리들의 영향을 받았다.설정설정은 gralde기반으로 일단 정리해보았다. 디펜던시 추가dependencies { implementation("io.arrow-kt:arrow-core:1.2.1") implementation("io.arrow-kt:arrow-fx-coroutines:1.2.1")} 플러그인 설정옵틱을 위한 플러그인 설정이다. 이 플러그인은 KSP(Kotlin Symbol Processing는 경량 컴파일러 플러그인.) 기반으로 만들어 졌다.plugins { id("com.google.devtools.ksp") ver..
Programming/Arrow-KT
2025. 1. 8. 09:38