google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite with Generics in Go?

DreamThrow opened this issue · comments

Could you clarify the question? Where in the Starlark-Go implementation would generics help? I have no objection to using generics (when we drop support for go1.17) but can't actually think of a single place in the code base where it would have made any difference. (No doubt this is partly because Starlark is an untyped language.)

I'm going to close this issue but feel free to reopen if you have specific ideas.