[MUD-Dev] Language and platform for Text MUD server

=?koi8-r?Q?=22?=Andrew Batyuck=?koi8-r?Q?=22=20?= javaman at mail.ru
Thu Nov 20 12:36:00 CET 2003


Greetings,

I am doing non-commercial text MUD and rewritten platform from
scratch several times. Main question is - "What language and
platform can give good speed and decent extensibility" I discovered
following in my efforts:

  - Java - VERY extensible, cross-platform and VERY slow and memory
  consuming

  - C# - MOST extensible, cross-platform? =) and rather slow

  - C++ - extensible, cross-platform with usage of third-party libs
  and decent speed

  - C - best speed, but not extensible

The only variant i see is to implement own language compiler or
interpreter that would be extensible and quick - the only choices
here are C and C++.

What is your opinion?

P.S. Don't push me for my english, i am Russian =)

<EdNote: I'll be applying a higher than usual minimum signal
requirement to this thread.  Please don't submit a post you don't
think I'll approve>
_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
https://www.kanga.nu/lists/listinfo/mud-dev



More information about the mud-dev-archive mailing list