DUCT is the Dotty Utilising Category Theory library.1
Following in the footsteps of Scalaz and Cats, DUCT brings powerful and principled abstractions from Category Theory to Scala, but with some different design goals. DUCT is designed more for learning and experimentation than real world applications.
- Simple (as possible) code.
- Code and tests written for humans, not compilers.
- Documented development on YouTube: Functional Justin and my blog.
- Scala 3 first; no backwards compatibility.
- No IO type like Zio or Cats Effect. Although a future video and implementation is likely.
- Stack safety.
- Performance.
- Adoption.
At some point I may add proper code documentation but for now the code just links back to the video it was created in.
I don't have a lot of free time.
© 2021-2022 Justin Heyes-Jones and DUCT contributors. All Rights Reserved.