6 ms·
Why call it a library when it's a code generator/compiler?
by c-a 13y ago
Why call it a library when it's a code generator/compiler?
- Refefer 13y agoI would argue this is a new language which just happens to compile to go.
- c-a 13y agoActually 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 https://github.com/clipperhouse/gen/blob/master/templates.go
- mwsherman 13y agoAuthor here, you’re right. I prefer to call it a tool or an ‘approach’ but whatevs. :)