• papers podcast posts projects
    • 2022年03月20日
    • 9 分
    Encoding Traits with Go Generics

    It turns out that Go v1.18’s generics functionality is enough to encode traits, which has many applications. In particular, we could write a generic library for Elliptic Curves, among other things.

    • Generics
    • Go