Comment by Scramblejams
9 months ago
I've been hoping to see more languages that compile to Go, it might be the most practical way to arrive at what you want. For example, see Borgo: https://news.ycombinator.com/item?id=36847594
9 months ago
I've been hoping to see more languages that compile to Go, it might be the most practical way to arrive at what you want. For example, see Borgo: https://news.ycombinator.com/item?id=36847594
> I've been hoping to see more languages that compile to Go
One could also use Go-Assembler as a cross-platform assembly target: https://go.dev/doc/asm
I keep toying with the idea of creating one. :-)
Borgo looks neat - hadn't seen it before.