Author |
Topic: Is Javascript to .exe possible ? |
Ingo Mamczak
From: Luimneach , Eire.
|
Posted 6 Jan 2001 7:57 pm
|
|
Hi All ,
Is it possible to take javascript and compile it into a .exe program ?
I remember doing something along those lines with basic and a quickbasic compiler .
Or is there perhaps another language very similar to javascript that would make this possible ?
Thanks in advance ,
Ingo . |
|
|
|
b0b
From: Cloverdale, CA, USA
|
Posted 7 Jan 2001 12:51 pm
|
|
Javascript programs talk to the web browser. That's their main reason for existing. All of real work is done by the browser, not by Javascript. You need the browser for Javascript to work.
So... Javascript cannot be compiled. And why bother anyway? You can execute an HTML file containing Javascipt by double-clicking it. That launches the browser and runs the script. The browser is Javascript's "run time environment".
------------------
-b0b- quasar@b0b.com
-System Administrator
|
|
|
|
b0b
From: Cloverdale, CA, USA
|
Posted 7 Jan 2001 12:53 pm
|
|
By the way, I think that the best language for making Windows EXE programs is Microsoft Visual C++. Just my opinion... |
|
|
|
David Pennybaker
From: Conroe, TX USA
|
Posted 7 Jan 2001 9:26 pm
|
|
Quote: |
By the way, I think that the best language for making Windows EXE programs is Microsoft Visual C++. Just my opinion.. |
You mean you don't use Binary or Assembly? (shudder)
------------------
The Unofficial Photographer of The Wilkinsons
[This message was edited by David Pennybaker on 07 January 2001 at 09:26 PM.] |
|
|
|
Bobby Lee
From: Cloverdale, California, USA
|
Posted 8 Jan 2001 12:12 am
|
|
I didn't say that. ![](http://steelguitarforum.com/wink.gif) |
|
|
|
Fred Layman
From: Springfield, Missouri USA
|
Posted 9 Jan 2001 8:59 pm
|
|
Mentioning Java Script, I've had an annoying problem ever since downloading AOL 6.0. When I enter AOL the page goes white almost immediately and the words "loading Java Script" show up in the lower left corner. The blue loading graph moves across the lower right corner. At first that took about 15 seconds and then the entry page to AOL came back on.
But lately loading the Java Script is taking so much time that a message comes on saying "that site is not accepting...." or something like that. I have to minimize that page to get to the first page of AOL. Anyone know what the problem might be? I'm about to return to my AOL 5.0.[This message was edited by Fred Layman on 09 January 2001 at 09:01 PM.] |
|
|
|
Fred Layman
From: Springfield, Missouri USA
|
Posted 11 Jan 2001 2:57 pm
|
|
Funny, its been getting slower and slower loading the Java Script, but as soon as I reported it on the Forum, it suddenly gets the loading done in 3 to 5 seconds. Is AOL tapping in on the Forum? |
|
|
|
Ingo Mamczak
From: Luimneach , Eire.
|
Posted 12 Jan 2001 8:19 pm
|
|
Hi b0b ,
I was trying to get away from using the browser for some of the scripts .
Ingo .
|
|
|
|
Bobby Lee
From: Cloverdale, California, USA
|
Posted 15 Jan 2001 5:46 am
|
|
What can you do with Javascript that wouldn't involve a browser?
Fred, are you confusing Javascript with Java applets? Javascript is part of the web page. It doesn't load separately. Java applets are separate program files that take a log time to download and initialize.
The name is the only similarity between Java applets and Javascript. Sun used the popularity of the Java language to market their scripting language. It's sort of like an Emmons b@nJo. |
|
|
|