>Ak -- no. It's not English-like enough.

Anthony,

 I spent a whole paragraph saying that this is just to save me time. This
is not a syntax proposal or anything.

>You're barking up the wrong tree if this is what you aim for. I'm
>inclined to allow you to define a new sytax -- a completely new syntax.
>An example might be (we'll need to figure out the FreeScriptish way of
>doing this):
>
>       Add Command
>         "play MP3 " <STRING>
>       With Definition type NullCPU Asm
>         POP file_name
>         PUSH "mp3play"
>         CALL "LoadXCommand"
>         PUSH file_name
>         CALL "DoXCommand"
>       End Command
>
>*or*
>
>       Add Command
>         "play MP3 " <STRING>
>       With Definition
>         mp3play param(1)
>       End Command

 Hmmm... could we probably store this in some config-file-like storage? If
you had something like ResEdit's TMPL editor for these, we could provide a
simple UI to edit stuff like this. Oh well, we'll find a way to achieve
this.

>We could do this for some platforms -- such as Unix. We'd have to make
>very liberal use of the linker, though.

 Ummm... I'd hate to have to rely on other applications, especially as I
doubt all Unix or Linux computers have a compiler installed. I know most
Linuxes ship with one, but I'd guess the average SysAdmin in a company
would just leave it out to save disk space.

Cheers,
-- M. Uli Kusterer

------------------------------------------------------------
             http://www.weblayout.com/witness
       'The Witnesses of TeachText are everywhere...'


Reply via email to