In looking back over some of these old conversations about converting C to Go, I realized that there is some confusion about the different programs named "c2go". There are basically 2:
rsc/c2go is the program that was used to convert the Go runtime, compiler, and linker from C to Go. It is not a general-purpose tool, but it produces Go output that is almost as readable as the original C. (I have a somewhat more general-pupose fork of it at github.com/andybalholm/c2go.) elliotchance/c2go is a separate project that is intended to be able to translate arbitrary C programs, without needing manual cleanup. But this means that being universal and being automatic are prioritized above giving readable output. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/40f9cab5-a8b5-4062-9634-89e68cf592a8%40googlegroups.com.