|
|
|
|
|
by kodablah
4033 days ago
|
|
I am not looking for binary compatibility. I am looking for feature parity. Go interfaces can be handled with concepts [1] or just macros. I am talking about an alternative Go implementation (i.e. just sitting on top of Nim), not ABI compat between the two runtimes. 1 - http://nim-lang.org/docs/manual.html#generics-concepts |
|
Basically, I'm not sure of the benefit of building go on top of nim. They appear to fill the same space in orthogonal ways.