Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.19 KB

Duct Logo

Welcome to the DUCT library!

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.

Goals

  • 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.

Non-goals

  • No IO type like Zio or Cats Effect. Although a future video and implementation is likely.
  • Stack safety.
  • Performance.
  • Adoption.

Documentation

At some point I may add proper code documentation but for now the code just links back to the video it was created in.

Warning

I don't have a lot of free time.

© 2021-2022 Justin Heyes-Jones and DUCT contributors. All Rights Reserved.

Footnotes

  1. Before Scala 3 was known as such it was known as Dotty.