https://github.com/lordgoatius/comonad_rust
Attempt at encoding comonadic effects in Rust (inspired by @SheafificationOfG )
https://github.com/lordgoatius/comonad_rust
functional-programming rust
Last synced: 12 months ago
JSON representation
Attempt at encoding comonadic effects in Rust (inspired by @SheafificationOfG )
- Host: GitHub
- URL: https://github.com/lordgoatius/comonad_rust
- Owner: LordGoatius
- Created: 2025-01-30T23:33:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T23:43:08.000Z (about 1 year ago)
- Last Synced: 2025-01-31T00:25:25.899Z (about 1 year ago)
- Topics: functional-programming, rust
- Language: Rust
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An attempt at learning the use of comonads in computer science through hands on experience.
Inspired by [What is a Comonad? – Comath and Mputer Science](https://www.youtube.com/watch?v=T8pjE2JMv-c).
I am but an undergrad trying to learn computer science, and any corrections would be appreciated; please let me know if I got anything wrong!