From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5d819a12831be771 X-Google-Attributes: gid103376,public From: berlich@pc66.mppmu.mpg.de (Ruediger Berlich) Subject: Re: Building an Ada compiler Date: 1996/06/28 Message-ID: <4r0u04$21b0@sat.ipp-garching.mpg.de>#1/1 X-Deja-AN: 162589783 references: <4r023h$jt2@newsbf02.news.aol.com> organization: Rechenzentrum der Max-Planck-Gesellschaft in Garching newsgroups: comp.lang.ada Date: 1996-06-28T00:00:00+00:00 List-Id: Hi, if writing an Ada-Compiler is that much of a problem, then, how difficult is it to write an Ada95-Interpreter ? I think of something one can plug into the code as a call to the interpreter, where the interpeter knows anything about the variables and objects defined at the calling-point of the interpreter and is able to call all functions etc. that are accessible at the calling point. So one could do 'on the fly'-development of programs (e.g. provide a frame for the program which is linked with all necessary libraries and then write the code that is needed while the program is running.). O.k., maybe that is an illusion. But a nice one. Bye and have a nice day, Ruediger [berlich@pc66.mppmu.mpg.de]