May stick with Go and Java for now but sounds interesting.

Reply to this note

Please Login to reply.

Discussion

I also like java, I just found tooling and C-ish syntax more appealing when starting out. Ring me up if you ever want to try some fun things out like breaking the GC guarantees with unmanaged code ;)

That is something I want to try in Go, actually. Possible but risky :)

Though I find the GC performance with Go isn’t getting in the way.

May want it for some large off-heap stuff.

visual studio build tools also supports mixed code debugging, so if you need to jump into a dll or read assembly as your debugging your managed code, you can step through it as long as debug symbols are available.