본문 바로가기
개발/typescript, web

fp-ts를 통해 함수형 프로그래밍 용어 정리

by 꾸루루 2022. 5. 8.

https://github.com/rjcnd105/my-new-playgound/blob/main/apps/playground/fpts/guide.md

 

GitHub - rjcnd105/my-new-playgound

Contribute to rjcnd105/my-new-playgound development by creating an account on GitHub.

github.com

제가 초반에 함수형 프로그래밍, 그리고 fp-ts 공부하면서 용어땜시 많은 어려움이 있었으니 정리할겸 다른 분들께 도움이 되라고 작성합니다.

 

계속 업데이트 중 임돠..

 

 

허졉하지만 수학 관점에서 참고하실라면 https://hj1.notion.site/01f55ada5f6548b3a071275a984e03a7 이것도 보면 쪼금 도움이 될지도 모릅니다.

 

 

fp-ts v3에서 기존의 io-ts가 fp-ts/schema로 바뀌었는데 이것을 사용하는 포스트를 작성했습니다.