(no title)
carterza | 8 years ago
Edit -
Sorry - that was rude. I should have elaborated.
Transpiling is a specific type of compilation that involves two languages with a similar level of abstraction.
Compilation involves languages with different levels of abstraction.
Nim offers a much higher-level abstraction than C, thus you could consider the process of converting Nim to C, a compilation process rather than a transpilation process.
throwaway7645|8 years ago
Edit: Compiling def isn't wrong, but Transpiling is more descriptive to me as it indicates you're not going to assembly or machine language or something like that.
dom96|8 years ago
unknown|8 years ago
[deleted]