Definition of Application executive

FOLDOC
Application Executive
<language> (AE) An embeddable language, written as a C interpreter by Brian Bliss at UIUC. AE is compiled with an application and thus exists in the same process and address space. It includes a dbx symbol table scanner to access compiled variables and routines, or you can enter them manually by providing a type/name declaration and the address. When the interpreter is invoked, source code fragments are read from the input stream (or a string), parsed, and evaluated immediately. The user can call compiled functions in addition to a few built-in intrinsics, declare new data types and data objects, etc. Different input streams can be evaluated in parallel on Alliant computers.
AE has been ported to SunOS (cc or gcc), Alliant FX and Cray YMP (soon).
ftp://sp2.csrd.uiuc.edu/pub/at.tar.Zftp://sp2.csrd.uiuc.edu/pub/bliss/ae.tex.Z.
(1992-04-21)

Search Dictionary:
Search Web Search Dictionary



Application Executive definition was found in categories: Language, Idioms & Slang(1)  

Application Executive Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
application executive

application executive
(ae) an embeddable language , written as a c interpreter by brian bliss at uiuc. ae is compiled with an application and thus exists in the same process and address space. it includes a dbx symbol table scanner to access compiled variables and routines, or you can enter them manually by providing a type/name declaration and the address. when the interpreter is invoked, source code fragments are read from the input stream (or a string), parsed, and evaluated immediately. the user can call compiled functions in addition to a few built-in intrinsics, declare new data types and data objects, etc. different input streams can be evaluated in parallel on alliant computers.