Which programming languages are viable for writing emulators?

dreaka

Lurker
Member
Joined
Threads
1
Posts
1
Most people use C++, but I wonder which other ones have the neccesary tools to make something that runs fast enough.
 
Mostly, people recommend C/C++ for emulators, but I think modern languages like Golang (Go)
is more efficient, when it comes to emulators.

Parallel programming is easier, more reliable in Golang than in others.
 
In school, i've learn about C/C++ and C# and i think C# is the easiest to do it for emulators.
 
C/C++. Im sure C# could work too, but I think it would imply some limitations.