Comment on Show HN: A new programming language inspired by Go, no LLVMComments−fithisux1yDo you use Go Assembly for code generation?−hualakaOP1yWithout using Go's asm, directly translate it into assembly code for the target system, then link and cross-compile it.−fithisux1yImpressive
Comments
Do you use Go Assembly for code generation?
Without using Go's asm, directly translate it into assembly code for the target system, then link and cross-compile it.
Impressive