일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Angular2
- SBT
- apache storm
- elastic search
- 도메인주도설계
- intellij
- Spring Boot
- hadoop
- Clean Code
- design pattern
- DDD
- docker
- Gradle
- Storm
- Spring
- elasticsearch
- hdfs
- Spring XD
- 엘라스틱서치
- Java
- 인텔리J
- 일본 백패킹
- scala
- 제주
- Linux
- nginx
- Spring Batch
- 구마모토 백패킹
- Hbase
- 스프링 배치
Archives
- Today
- Total
목록arrow (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