1 unstable release
0.0.1 | Feb 21, 2023 |
---|
#11 in #category-theory
39KB
894 lines
Meowth
Meowth
is a library that provides abstractions for functional programming in Rust. Inspired by Scala library cats. The name Meowth
is a reference to the Pokemon character Meowth as it is a cat-like Pokemon and the name cats
has been taken.
Introduction
Reference
- Functional Programming (Wikipedia)
- Category Theory (Wikipedia)
- Category Theory (nLab)
- Bartosz Milewski's Category Theory for Programmers
- Scala library
cats
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any Contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Disclaimer
This is currently a toy project as I learn FP. It may not be production ready. Use at your own risk.
If you are familiar with FP and/or category theory, please feel free to contribute. I would love to learn from you.