[Gambas-user] Suggestion...

Benoit Minisini gambas at ...1...
Mon Aug 21 17:11:42 CEST 2006


On Monday 21 August 2006 05:50, Rob Kudla wrote:
> On Sun August 20 2006 23:24, nando wrote:
> > There is Java and there is Java Script.
>
> In case you didn't realize it, the only relationship between Java
> and Javascript is a marketing one.  Sun wrote Java, Netscape
> wrote Javascript to capitalize on the Java name (and made some
> kind of deal with Sun to do so.)
>
> > There is Gambas and where is 'Gambas Script' ??
>
> I wrote a proof of concept "GambasScript" executable a few years
> ago.  What it did was take a Gambas program in a single file,
> create a temporary project in /tmp, compile and run it.
> Unfortunately, since I wrote GambasScript in Gambas and you
> can't use a script as an interpreter for a script language under
> Linux (or probably any other OS), I gave up on it.  (That was
> when I joined the call to make Gambas executables "real" (i.e.
> ELF) executables with the interpreter being a library linked in
> at runtime, like VB programs are.)
>

Did you try something like:

#!/usr/bin/env MyCompilerMadeInGambas

instead of:

#!/usr/bin/MyCompilerMadeInGambas

?

Maybe it works?

-- 
Benoit Minisini





More information about the User mailing list