Here a small guide on Server side emulation
http://cellframework.sf.net/uploads/Introd...20Emulation.pdfA very good article if you wanna start Emulating servers.. here is a example of a server emulator project, The mxoEmu (the matrix online emulator)
http://mxoemu.de/or CohEmu (City of Heroes)
http://www.xvolt.org/cohemu/index.php sorry didn't know about the books *deleted*
About the link to the Teach Yourself books, I'm pretty sure that's copyright violation, please do not post such a link on this forum as it's illegal and not allowed.
Also, have a read of
http://www.norvig.com/21-days.html about why books such as Teach Yourself ** in 21 days is silly. ;)
| QUOTE |
| Learn at least a half dozen programming languages. Include one language that supports class abstractions (like Java or C++), one that supports functional abstraction (like Lisp or ML), one that supports syntactic abstraction (like Lisp), one that supports declarative specifications (like Prolog or C++ templates), one that supports coroutines (like Icon or Scheme), and one that supports parallelism (like Sisal). |
C++: Got that coverd.
Java: Got that covered.
List: Now thats a cool funcky language. I like it but I could not write a serious program in it (lack of skill not a defect in the langauge).
ML: Ii like this. Its like very strict C. With no globals. Very easy for the compiler to parallise.
Prolog: Funky language. Interesting concepts. Good for AI.
C++ templates: Got that covered.
Icon: Never heard of that (now I will have to do a Google).
Schema: Heard of but not used.
Sisal: Now that was a blast from the past. Surprised that anybody has heard of that. This is what I used in my MSc. and PhD.
| QUOTE (myork @ Aug 19 2005, 03:09 PM) |
| Sisal: Now that was a blast from the past. Surprised that anybody has heard of that. This is what I used in my MSc. and PhD. |
I've heard of that, if only because you mentioned studying / using it for your PhD. :P