Y
Hacker News
new
|
ask
|
show
|
jobs
by
Refefer
4538 days ago
I would argue this is a new language which just happens to compile to go.
1 comments
c-a
4538 days ago
Actually it's a code generator with a library of functions it can generate. This is how the "generics" are implemented:
https://github.com/clipperhouse/gen/blob/master/templates.go
link