Peter_de_Blanc comments on Attention Lurkers: Please say hi - Less Wrong

35 Post author: Kevin 16 April 2010 08:46PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (617)

You are viewing a single comment's thread. Show more comments above.

Comment author: JStewart 16 April 2010 09:20:56PM *  15 points [-]

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.

Comment author: Peter_de_Blanc 17 April 2010 01:40:56AM 4 points [-]

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.

Comment author: Jack 17 April 2010 02:01:53AM 4 points [-]

What exactly would we do with it?

Comment author: Peter_de_Blanc 17 April 2010 03:45:31AM 2 points [-]

Chat, and sometimes write code together.

Comment author: saliency 19 April 2010 04:53:24PM 0 points [-]

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.

Comment author: Peter_de_Blanc 19 April 2010 05:21:54PM 1 point [-]

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.

Comment author: Morendil 17 April 2010 07:11:10AM 0 points [-]

I liked LambdaMoo enough that I wrote a compiler for it, targeting the JVM. Fun stuff.