Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T07:31:02.000Z (about 2 months ago)
- Last Synced: 2024-10-01T03:20:16.313Z (about 2 months ago)
- Topics: category-theory, functional-programming, zig, zig-package
- Language: Zig
- Homepage:
- Size: 217 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- 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