Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 608 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 608 Bytes

eggs

extended go generics, scala-like

project moved to codeberg.org


codecov


Things to note:

  1. computations are not lazy:
    try.Trie(os.ReadFile("file")). // will execute without any .unsafeRunSync()
                    Map(bytes.ToLower) 
    it's a long road, but we'll get there