| Related articles |
|---|
| Compiler 101 news@scruffyduck.co.uk (Jon Masterson) (2005-01-22) |
| Re: Compiler 101 anton@mips.complang.tuwien.ac.at (2005-01-24) |
| Re: Compiler 101 lfinsto1@gwdg.de (Laurence Finston) (2005-01-24) |
| Re: Compiler 101 news@scruffyduck.co.uk (Jon Masterson) (2005-01-24) |
| Re: Compiler 101 news@scruffyduck.co.uk (Jon Masterson) (2005-01-30) |
| Re: Compiler 101 user_77@hotmail.com (Nobodyzhome) (2005-01-30) |
| Re: Compiler 101 henry@spsystems.net (2005-02-18) |
| Re: Compiler 101 one2001boy@yahoo.com (one2001boy@yahoo.com) (2005-02-28) |
| From: | Jon Masterson <news@scruffyduck.co.uk> |
| Newsgroups: | comp.compilers |
| Date: | 24 Jan 2005 11:29:18 -0500 |
| Organization: | Customer of PlusNet plc (http://www.plus.net) |
| References: | 05-01-067 |
| Keywords: | interpreter |
| Posted-Date: | 24 Jan 2005 11:29:18 EST |
> Hi All
>
> Jon
> [Our usual advice is first to look at existing scripting languages
> such as python, Ruby, Lua, and TCL. There's rarely a compelling
> reason that you need to invent yet another scripting language, and
> it's a whole lot easier to hook your application to one that already
> works. -John]
John
Thanks for the advice but the simulator program that I need to control
has very specific requirements and using any sort of pre-existing
language would not be much help - I do not know of any that can
describe a cloud layer or the state of an aircraft cockpit instruments
in a single statement
Jon
[I don't see why not. Most of them have some sort of structure you can
use. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.