go2cs icon indicating copy to clipboard operation
go2cs copied to clipboard

Hello neighbor, potential collaberation and knowledge share

Open PXshadow opened this issue 7 months ago • 0 comments
trafficstars

Hello, I stumbled across this project when looking for code that imports cmd/go for reference for a compiler I created called go2hx. I believe we are sister projects with similar goals, but for different target ecosystems.

Haxe is what becomes of the Go code with the transpiler, it's a strictly typed programming language, with a garbage collector. Haxe can in turn compile into many other programming languages: C++, Java, Js.

go2hx's focus is on improving the Haxe ecosystem. go2cs's from what I understand, is on improving the c# ecosystem.

Perhaps we can knowledge share or collaborate in some way. go2hx unfortunately will remove it's c# target for the next major release version, so any type of gap filling ideas is off the table for now.

Perhaps regardless, we can knowledge transfer, and look at each other's projects to fix issues. Let me know!

PXshadow avatar Mar 23 '25 23:03 PXshadow