https://github.com/jmlweb/jsdaycan2023
Sample code for the talk "Programación funcional en TypeScript con fp-ts"
https://github.com/jmlweb/jsdaycan2023
Last synced: 2 months ago
JSON representation
Sample code for the talk "Programación funcional en TypeScript con fp-ts"
- Host: GitHub
- URL: https://github.com/jmlweb/jsdaycan2023
- Owner: jmlweb
- Created: 2023-05-27T12:40:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T08:23:19.000Z (about 3 years ago)
- Last Synced: 2025-03-13T01:44:36.347Z (over 1 year ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample code for the talk "Programación funcional en TypeScript con fp-ts"
## JSDayCan2023 | @jmlweb
1. Pure vs Impure
2. Composition
3. Option
4. Either
5. Task
6. TaskEither
## Installation
`npm install`
## Running a sample
`yarn start scriptname.ts`