Thread: What language?
View Single Post
Old 04-26-2007, 10:23 AM   #7
Zhiroc
Member
 
Join Date: Jan 2006
Posts: 92
Zhiroc is on a distinguished road
I'd personally look for a language that doesn't tie you down to a platform. AFAIK C# is Windows-only, and most MUD/MUSH hosts are Linux-based these days.

I looked into Ruby once, and was disappointed to see that it didn't support native threads, meaning that it couldn't take advantage of multi-CPU systems.

From an ease of implementation viewpoint, I'd go Java, but from a performance standpoint, either C++ or C. The latter would make it easier to imbed a scripting language like Ruby, Lua, Perl, or what have you.
Zhiroc is offline   Reply With Quote