An open API service indexing awesome lists of open source software.

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 )

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!