Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

GoLang is there a good alternative for make an emulator?

Junior Spellweaver
Joined
May 11, 2014
Messages
116
Reaction score
11
Recently ive learned GoLang after saw its a pretty powerful language and easy to learn. It will be good too see some (complete) emulators on other language like Python, nodejs ... So, someone can tell me if GoLang is a good alternative for make an emulator from scratch ?
 
Joined
Sep 10, 2011
Messages
778
Reaction score
138
Go is amazing because of its memory-safe requirements on compilation. But if a developer for the retro was obsessing with speed benchmarks, Go is severely behind C++ on multi-threading and will remain to be.
 
Upvote 0
Elite Diviner
Joined
Apr 5, 2014
Messages
464
Reaction score
223
Go is amazing because of its memory-safe requirements on compilation. But if a developer for the retro was obsessing with speed benchmarks, Go is severely behind C++ on multi-threading and will remain to be.

From a different point of view; the speed that really matters is how good you scale, which Go excels at!
 
Upvote 0
Back
Top