Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!samsung!uakari.primate.wisc.edu!sdd.hp.com!news.cs.indiana.edu!ariel.unm.edu!nmsu!opus!pat From: pat@rock.opus (pat gioannini) Newsgroups: comp.software-eng Subject: Re: Editing languages Message-ID: Date: 21 Jun 91 19:17:29 GMT References: <1991Jun21.015801.25167@netcom.COM> <091548.6989@timbuk.cray.com> Sender: news@NMSU.Edu Followup-To: comp.software-eng Distribution: comp.lang.ada Organization: /home/pat/.organization Lines: 38 In-reply-to: gbt@sequoia.cray.com's message of 21 Jun 91 16:11:52 GMT Does anyone know of a PD language written in ada which would be suitable for display control. What I am thinking of is a language simular to emacs lisp interperter running a user program to display data. The data will be comming from another Ada task though procedure calls ( so it would be nice if the interpter was written in Ada ). |-------------------------------------- | | | Ada application | | | | | | | | ---------------| |-----------| | data ----------> | |collect data |---> | Interpter | | | | task | | output to | | | | | | screen | | | |--------------| |-----------| | | ^ | | | | | |--------------| | | | | other tasks | | | | | | | | | | | | | | | | | | | | | | | | |--------------| | | | | | |-------------------------------------- ^ | | |-------------------------------------- | | | User display program written in | | the interperted language | |--------------------------------------