Hacker News new | ask | show | jobs
by stcredzero 4033 days ago
If you front compilation with Go's parser, you could generate bog-standard Nim code from the AST.
1 comments

You can, but you'd be limiting yourself to pure Go. I'd rather have Go with Nim's generics, transpilation to C, macros, compile time computation, etc.