In "Programming for Fun: Muds as a Context for Collaborative Learning," Amy Bruckman points out that
In text-based virtual reality environments on the Internet called "MUDs," participants meet people from all over the world. They can not only explore the virtual world, but extend it, creating new objects and places. MUDs are Constructionist environments in which people build personally meaningful artifacts. But unlike many Constructionist environments, MUDs place special emphasis on collaboration, encouraging construction within a social setting. (1994)To most writing instructors, computer programming seems intimidating for all it's technical details, but upon further exploration of object oriented programming, many newbies find that it is a remarkably simple blend of technical computer language, (using @ : ; "" symbols as commands) which provides the heart of the program, and our native English, which provides the soul. However, Bruckman points out that for newbies, these activities are often difficult to approach at first, invariably time-consuming, and frequently require us to reflect upon what we are doing, and why.
The first step in learning to program is perhaps the hardest. The initial barrier is primarily emotional. Most adults who do not have formal technical education suffer from some degree of technophobia. On MediaMOO, a user named "cdr"[6] made a set of clear, simple tutorials. Seven of the eight MediaMOO programmers interviewed to date began by doing one of these tutorials. Susan comments that for her, the tutorials' primary function was to help her overcome that initial emotional barrier: "I did cdr's tutorials and I realized 'I can do this!' But then I had to step back and figure out what it was that I had done." (1994)While they are written clearly, the cdr tutorials in MediaMOO do require the newbie to manipulate a few objects before viewing them. For instance, the newbie must type:
Teachers who become builders in the MOO can @dig entire classrooms, complete with exits to offices or other rooms, and fill these spaces by using @create to design books, display devices (televisions, chalkboards, signs, notes), recording devices, tools, and toys, all to help orient the students' experiences to whatever reality the instructor wants to create. On AcademICK, for instance, the wizards have filled this MUSH with virtual time periods, where players enter the Mists and select an archway to enter Medieval England, Ancient Greece, or any of several other themed rooms, each filled with appropriate cultural artifacts for the students to interact with and write about in the MUSH. Players interact with each other as characters of those time periods.
In the "MOO Quick Start" guide at Missouri's MOO, Cindy Bartorillo provides a Summary of Manipulation Commands, some of which are excerpted below to demonstrate how simple the programming language on a MOO can be, even for newbies: