Peter_de_Blanc comments on Attention Lurkers: Please say hi - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (617)
Hi.
edit: to add some potentially useful information, I think the biggest reason I haven't participated is that I feel uncomfortable with the existing ways of contributing (solely, as I understand it, top-level posts and comments on those posts). I know there has been discussion on LW before on potentially adding forums, chat, or other methods of conversing. Consider me a data point in favor of opening up more channels of communication. In my case I really think having a LW IRC would help.
This made me think of how cool a LessWrong MOO would be. I went and looked at some Python-based MOOs, but they don't seem very usable. I'd guess that the LambdaMOO server is still the best, but the programming language is pretty bad compared to Python.
What exactly would we do with it?
Chat, and sometimes write code together.
Some of the MOO's programming is pretty easy. I think I used to use something called cyber.
You would create your world by creating rooms and exits. With just the to you could create some nice areas. Note an exit from a room could be something like 'kill dragon'
It got more complex with key objects and automated objects but even with simple rooms and exits a person could be very creative.
Yes, but if you want to make, say, a chess AI or a computer algebra system, then your code ends up being much longer and harder to read than it would be in Python.
I liked LambdaMoo enough that I wrote a compiler for it, targeting the JVM. Fun stuff.