https://github.com/fr33m0nk/functional-programming-with-fp-ts
functional programming in typescript with fp-ts
https://github.com/fr33m0nk/functional-programming-with-fp-ts
educational educativeio fp-ts functional-programming typescript
Last synced: 3 months ago
JSON representation
functional programming in typescript with fp-ts
- Host: GitHub
- URL: https://github.com/fr33m0nk/functional-programming-with-fp-ts
- Owner: fr33m0nk
- Created: 2023-07-07T18:29:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T12:45:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T04:41:22.497Z (5 months ago)
- Topics: educational, educativeio, fp-ts, functional-programming, typescript
- Language: TypeScript
- Homepage: https://www.educative.io/courses/using-fp-ts-for-functional-programming-in-typescript
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# functional-programming-with-fp-ts
## Problems and solutions from [Educative.io's Using fp-ts for Functional Programming in TypeScript](https://www.educative.io/courses/using-fp-ts-for-functional-programming-in-typescript) course
### To install dependencies:
```bash
bun install
```### To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v0.6.11. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.