일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- apache storm
- Spring XD
- Spring Batch
- DDD
- Spring
- Angular2
- 인텔리J
- Hbase
- SBT
- Storm
- 제주
- Spring Boot
- elastic search
- intellij
- elasticsearch
- spark
- 엘라스틱서치
- design pattern
- hadoop
- nginx
- 도메인주도설계
- hdfs
- docker
- hibernate
- Linux
- 스프링 배치
- Java
- Gradle
- Clean Code
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