47 lines
76 KiB
Plaintext
47 lines
76 KiB
Plaintext
An Extensible Structured Data Editor for Interlisp-D
|
||
Lisp environments are populated by a variety of complex linked data structures, particularly linguistic structures (such as programs written in Lisp and other languages). These are often designed with visual representations (e.g. the pretty-printed form of Lisp code). Through such features as read macros and print definitions, the data structures may be converted to or from a textual representation. In many cases, the only convenient way to edit the structure may be to edit the textual representation and then re-interpret it. This approach suffers from several difficulties:
|
||
ÿÿ |