Comment on Underscore.goparentComments−ktsmith12yIt doesn't appear that it is complete when compared to the listed functionality on the site.−mwsherman12yYes, but gen is more general for type-driven code generation. It’s implemented as pluggable ‘typewriters’, which anyone can create: https://github.com/clipperhouse/gen/blob/master/CHANGELOG.mdThe default ‘genwriter’ package does LINQ/underscore stuff. If someone wanted to go further with it, they could create a new package (or extend that one).−tobyhede12yYeah. WIP that wasn't quite news-ready. :D
Comments
It doesn't appear that it is complete when compared to the listed functionality on the site.
Yes, but gen is more general for type-driven code generation. It’s implemented as pluggable ‘typewriters’, which anyone can create: https://github.com/clipperhouse/gen/blob/master/CHANGELOG.md
The default ‘genwriter’ package does LINQ/underscore stuff. If someone wanted to go further with it, they could create a new package (or extend that one).
Yeah. WIP that wasn't quite news-ready. :D