Xref: utzoo comp.lang.misc:7894 comp.lang.c:39460 comp.lang.c++:13586 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!crackers!m2c!wpi.WPI.EDU!miles!ajb From: ajb@miles.WPI.EDU (Arthur J. Butler) Newsgroups: comp.lang.misc,comp.lang.c,comp.lang.c++ Subject: looking for interpreter / macro language facility Message-ID: <1991May22.153052.30224@wpi.WPI.EDU> Date: 22 May 91 15:30:52 GMT Sender: news@wpi.WPI.EDU (News) Organization: Worcester Polytechnic Institute Lines: 18 Originator: ajb@miles Nntp-Posting-Host: miles.wpi.edu hi. i am looking for advice and/or suggestions on an interpreter or macro language facility which i plan on adding to my application. are there common languages which are used to add macro facilities to applications? are there any PD/commercial lisp implementations available which would suffice? within this macro language, i need to at least to a) be able to call functions within my program. b) be able to use control and loop constructs. c) define and use simple variables. my program will be written in C/C++ to be run in a UNIX workstation environment. in the worst case i can develop my own language using lex / yacc but why reinvent the wheel. thanks. arthur (ajb@ee.wpi.edu)