August 2003
- A potential best-seller? Richard A. Bartle
- Identifying Players Scion Altera
- Identifying Players Crosbie Fitch
- Metrics for assessing game design David Kennerly
- ADMIN: Crunch thread J C Lawrence
- Mapping real money into MUD money Alex Chacha
- Mapping real money into MUD money Katie Lukas
- Mapping real money into MUD money David Kennerly
- Mapping real money into MUD money Kent Peterson
- Mapping real money into MUD money Peter Tyson
- Mapping real money into MUD money Matt Mihaly
- Mapping real money into MUD money Paul Canniff
- Research in the Gaming Industry Damion Schubert
- Research in the Gaming Industry Kerry Fraser-Robinson
- Research in the Gaming Industry Richard A. Bartle
- Research in the Gaming Industry Matthew S. Ayres
- Mapping real money into MUD-Money Henrik Johansson
- Java or LPC (DGD)? Ben Chambers
- Java or LPC (DGD)? Ammon Lauritzen
On Sun, 10 Aug 2003, Ben Chambers wrote:
> I know both well, and have arguments both ways. Which language would be
> better to use when developing a MUD from scratch?
> Java
> + Better syntax for objects (in my opinion, the C++/Java
> object system is much cleaner than the one used in LPC)
Yes, Java objects are much cleaner than LPC objects. However, LPC
objects are much more tolerant of version differences.
Also, all of the data types in LPC are much easier to deal with than
their Java equivalents, especially arrays and mappings. Structs have
been added to LPC recently, and with that, you wouldn't have to try
to use objects as data classes when all you care about is the
information.
> - Possibly slower?
Definately slower. Using the LDMud driver, I successfully ran a very
cpu-intensive mud on a 233mhz machine. Java... well, I don't
recommend trying to do anything interesting in Java on a box slower
than 500mhz, and when adding threading and everything else, it gets
increasingly ugly very rapidly.
> LPC
> + Gives persistence for free
I'm not sure what you're talking about here. Yes, save_object() will
dump an object onto disk, but if you're not planning on editing
files by hand, that's not much different than simply serializing a
java object.
> Are there any points for either of the two that I missed? Which
> of the points that I put in there aren't really significant?
> Which language would you recommend?
LPC is a scripting language, it is meant to be written and updated
and debugged while the server is running.
Also, you would use an already written driver to handle your
connectivity and act as your virtual machine (I recommend
LDMud). This would save a bit of time and effort writing a decent
server in Java (granted, that's not hard, but it would be
duplicating effort).
With Java, it is much more difficult to add and update on the
fly. And while you can do things on the fly, it becomes a royal
headache, especially when trying to use reflextion if that sort of
thing is necessary.
Both have support for external databases and system calls and
such. Both are perfectly viable options, however, I would recommend
LPC unless there is something that you absolutely need Java for,
such as if you were doing a whole lot of interaction with outside
systems - the LP Mud ERQ daemon is exceptionally difficult to deal
with (it has given me much grief when writing I3 support for our
lib).
Actually, I am considering writing some sort of mud in Java as a
personal project, but it would be a very specific sort of thing,
nowhere near as flexible as my LPC work has been.
Grin, if you really want to have fun, use PHP. It's the best of both
worlds.
--
Ammon Lauritzen
http://www.simud.org/ - Java or LPC (DGD)? T. Alexander Popiel
- Java or LPC (DGD)? ceo
- Java or LPC (DGD)? Lars Duening
- Java or LPC (DGD)? Torgny Bjers
- Java or LPC (DGD)? Ryan Underwood
- Java or LPC (DGD)? Ammon Lauritzen
- Reputation systems: a possible path for investigation J C Lawrence
- Reputation systems: a possible path for investigation david.l.smith@mail-x-change.com
- Reputation systems: a possible path for investigation Brian 'Psychochild' Green
- Reputation systems: a possible path for investigation Andrew L. Tepper
- Reputation systems: a possible path for investigation Matt Mihaly
- Reputation systems: a possible path for investigation Vincent Archer
- Reputation systems Castronova, Edward
- Reputation systems J C Lawrence
- Mapping real money into MUD-Money Ren Reynolds
- MudDev Faq - part 2 Marian Griffith
- PHP muds Peter Harkins
- PHP muds Torgny Bjers
- Slashdot story about review of Bartle's new book Christer Enfors XW {TN/PAC}
- Slashdot story about review of Bartle's new book Dave Rickey
- Slashdot story about review of Bartle's new book Evan Harper
- Slashdot story about review of Bartle's new book Richard A. Bartle
- Slashdot story about review of Bartle's new book Tamzen Cannoy
- Slashdot story about review of Bartle's new book Kerry Fraser-Robinson
- Slashdot story about review of Bartle's new book Richard A. Bartle
- Slashdot story about review of Bartle's new book Dave Rickey
- Slashdot story about review of Bartle's new book Marc Bowden
- The lack of Creativity and Beauty a game user james_nesfield@nesfieldcapital.com
- Artists and Copyrights Derek Licciardi
- Artists and Copyrights Paolo Piselli
- Artists and Copyrights Marian Griffith
- Artists and Copyrights Paul Dahlke
- Using Windows Scripting Host Owen Matt
- Using Windows Scripting Host F. Randall Farmer
- Using Windows Scripting Host Karl Dyson
- Using Windows Scripting Host Tess Lowe
- Better Game Design through Data Mining David Kennerly
- Better Game Design through Data Mining Chris "Diamonds" Stewart
- When Will Player-Avatar Integrity Be a Feature of Persistent Worlds? vladimir cole
- When Will Player-Avatar Integrity Be a Feature of Persistent Worlds? Martin Bassie
- When Will Player-Avatar Integrity Be a Feature of Persistent Worlds? Craig H Fry
- When Will Player-Avatar Integrity Be a Feature of Persistent Worlds? Matt Mihaly
- When Will Player-Avatar Integrity Be a Feature ofPersistent Worlds? Michael Tresca
- When Will Player-Avatar Integrity Be a Feature ofPersistent Worlds? Baar - Lord of the Seven Suns
- [Fwd: Metrics for assessing game design] ceo
- Examine/Look Elia Morling
- Examine/Look Ammon Lauritzen
- Examine/Look Marc Bowden
- Examine/Look Lars Duening
- Examine/Look Eamonn O'Brien
- [BUS] Account-management systems ceo
- [BUS] Account-management systems Rayzam
- [BUS] Account-management systems Christopher Allen
- Job opportunity on Star Wars Galaxies Koster, Raph
- NCSoft yearly report Mathieu Castelli
- MUD using the .net framework Norman Beresford
- MUD using the .net framework John Buehler
- MUD using the .net framework James F. Bellinger
- MUD using the .net framework Linder Support Team
- Virtual property lawsuit in China Koster, Raph
- Virtual property lawsuit in China Nicolai Hansen
- Virtual property lawsuit in China Daniel Anderson
- Virtual property lawsuit in China Kerry Fraser-Robinson
- Virtual property lawsuit in China Vladimir Cole
- Virtual property lawsuit in China Ren Reynolds
- Virtual property lawsuit in China Nicolai Hansen
- Virtual property lawsuit in China ren@aldermangroup.com
- Expected value and standard deviation. Jeff Cole
- Expected value and standard deviation. Scion Altera
- Expected value and standard deviation. Jeremy Hill
- Expected value and standard deviation. katie@stickydata.com
- Expected value and standard deviation. Ben Chambers
- Expected value and standard deviation. Zach Collins {Siege}
- Expected value and standard deviation. Ben Chambers
- Expected value and standard deviation. Robert Zubek
- Expected value and standard deviation. Kwon J. Ekstrom
- Expected value and standard deviation. Eamonn O'Brien
- Expected value and standard deviation. Kwon J. Ekstrom
- Expected value and standard deviation. Freeman, Jeff
- Expected value and standard deviation. Zach Collins {Siege}
- Expected value and standard deviation. Bernard Graham
- Expected value and standard deviation. Freeman, Jeff
- Expected value and standard deviation. Jeff Cole
- Expected value and standard deviation. Koster, Raph
- Expected value and standard deviation. Katie Lukas
- Expected value and standard deviation. Fidelio Gwaihir
- Expected value and standard deviation. Katie Lukas
- Expected value and standard deviation. Matt Mihaly
- Expected value and standard deviation. Martin Bassie
- Expected value and standard deviation. Katie Lukas
- Expected value and standard deviation. Matt Mihaly
- Expected value and standard deviation. Paul Schwanz
- Expected value and standard deviation. Matt Mihaly
- Expected value and standard deviation. Koster, Raph
- Expected value and standard deviation. Paul Schwanz
- Expected value and standard deviation. Amanda Walker
- Expected value and standard deviation. John Buehler
- Expected value and standard deviation. Kwon J. Ekstrom
- Expected value and standard deviation. Jeff Cole
- Expected value and standard deviation. Paul Schwanz
- Expected value and standard deviation. Dr. Cat
- Expected value and standard deviation. David Loving
- Expected value and standard deviation. Pat Ditterline
- Expected value and standard deviation. Michael Chui
- Expected value and standard deviation. Matt Mihaly
- Expected value and standard deviation. Kwon J. Ekstrom
- Expected value and standard deviation. Chanur Silvarian
- Expected value and standard deviation. Katie Lukas
- Expected value and standard deviation. Daniel.Harman@barclayscapital.com
- Expected value and standard deviation. Oliver Smith
- Expected value and standard deviation. Daniel Anderson
- Expected value and standard deviation. Koster, Raph
- Expected value and standard deviation. Nicolai Hansen
- Expected value and standard deviation. Dark Lamenth
- Expected value and standard deviation. Fidelio Gwaihir
- Expected value and standard deviation. Ola Fosheim Grøstad
- Expected value and standard deviation. gbtmud
- Expected value and standard deviation. Tom "cro" Gordon
- Expected value and standard deviation. Sheela Caur'Lir
- Expected value and standard deviation. Roger Hicks
- Expected value and standard deviation. Ola Fosheim Grøstad
- Expected value and standard deviation. Freeman, Jeff
- Expected value and standard deviation. Matt Mihaly
- Expected value and standard deviation. Tom "cro" Gordon