* New version of IRM New version of the IRM, updated to Medley. * moved to docs/medley-irm as discussed
16 lines
23 KiB
Plaintext
16 lines
23 KiB
Plaintext
INTERLISP-D REFERENCE MANUAL
|
||
INTRODUCTION
|
||
"1"1. INTRODUCTION
|
||
2
|
||
|
||
Medley is a programming system that consists of a programming language, a large number of predefined programs (or functions) that you can use directly or as subroutines, and an environment that supports you with a variety of specialized programming tools. The language and predefined functions of Lisp are rich, but similar to those of other modern programming languages. The Medley programming environment, on the other hand, is very distinctive. Its main feature is an integrated set of programming tools that know enough about Interlisp and Common Lisp to act as semi-autonomous, intelligent "assistants" to you. This environment provides a completely self-contained world for creating, debugging and maintaining Lisp programs.
|
||
This manual describes all three parts of Medley. There are discussions of the language, about the pieces of the system that can be incorporated into your programs, and about the environment. The line between your code and the environment is thin and changing. Most users extend the environment with some special features of their own. Because Medley is so easily extended, the system has grown over time to incorporate many different ideas about effective and useful ways to program. This gradual accumulation over many years has resulted in a rich and diverse system. It is also the reason this manual is so large.
|
||
The rest of this manual describes the individual pieces of Medley; this chapter describes system as a wholeÿÿ |