Hey guys I just made an account because I was wondering what program language would be most efficient to write a custom source from scratch in. I enlisted the choices would seem most logical to me, would be really great if someone shed some light on this matter.
k, so do programming in ASM. Its "overral performance" runs out all of your stuff...
If you feel like defining some action context:
- graphical programming? skip java, swing performs bad.
- heavy networking both on client/server? skip c#, m$-servers are bullshit
- 3d graphical programming? rate the framework. you probably wont do this from scratch asking this kind of question on epvp.
There is such thing as "the best performing programming language", this has been discussed countless times on these forums.
k, so do programming in ASM. Its "overral performance" runs out all of your stuff...
If you feel like defining some action context:
- graphical programming? skip java, swing performs bad.
- heavy networking both on client/server? skip c#, m$-servers are bullshit
- 3d graphical programming? rate the framework. you probably wont do this from scratch asking this kind of question on epvp.
There is such thing as "the best performing programming language", this has been discussed countless times on these forums.
If you want to write a private server source in assembly go ahead just keep in mind Windows 10 will be released by then.
To really write efficient unmanaged code, you have to know how to manage the memory you are using. That beeing said, It will be alot faster to learn proper c# and use unsafe code. While C# wont be able to outperform c++ you can get really close.
IŽd go with c++ if i didnt learn c# seven years ago and been so hooked with it. Sadly I cant just learn another lang no matter how easy it might be in the eyes of others including their half assed opinions about just syntax changes and a little bit of this, and a little bit of that. It adds up to alot.
Start with c++, you probably wont ever regret it (unless you write gui code :3)