https://github.com/flyfish30/zig-cats
A category and functional programing library for Zig language
https://github.com/flyfish30/zig-cats
category-theory functional-programming zig zig-package
Last synced: 6 months ago
JSON representation
A category and functional programing library for Zig language
- Host: GitHub
- URL: https://github.com/flyfish30/zig-cats
- Owner: flyfish30
- License: gpl-3.0
- Created: 2024-09-10T01:45:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T11:45:20.000Z (9 months ago)
- Last Synced: 2025-03-25T22:21:51.220Z (7 months ago)
- Topics: category-theory, functional-programming, zig, zig-package
- Language: Zig
- Homepage:
- Size: 272 KB
- Stars: 28
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-cats
A category and functional programing library for Zig: Monoid, Functor, Applicative, Monad, Compose, Product, Coproduct, Generic, etc.
The Monoid/Functor/Applicative/Monad has support pure data type.## current supported feature list
- [ ] SemiGroup
- [ ] Monoid- [x] Functor
- [x] Natural Transformation
- [x] Applicative Functor
- [x] Monad- [x] Compose
- [x] Product
- [x] Coproduct- [ ] Foldable
- [ ] Traversable