Index
Strasheela
Init
GUtils
LUtils
MUtils
Score
SMapping
SDistro
Out
Strasheela
FD_edited
Midi

inheritance tree

 Open.pipe Open.text
     |         |
     `----+----'
          |
        Shell

class definition

Provides an interface to interactive commandline programs like a shell or an interpreter. Start interactive program with the method init (see below), close it with the method close. The Shell object features cmd and args bind the respective init arguments.

More specialised classes (e.g. an interface to Common Lisp) may be obtained by subclasses..

class Shell (Inheritance-free)
   feat args cmd

end