-
ECMAScript Compiler?
Is there such a thing as an ECMAScript compiler or some sort of non-web interpreter? If so, where could I find one? I wouldn't mind using js for very small applications.
Trinithis
-
-
I don't really see the point. It's so limited you can't do anything at all. Just basic operations. I'd assume that Java would be just as easy anyway, for... what? math?
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
-
Yeah, for gimicky programs like crunching a few numbers and whatnot. I would also be interested if one has some basic io implementations as well. In all, mostly just for fun.
Trinithis
-
-
Really, I wonder if you could write one. Depending on what you want, it doesn't seem all that difficult to switch the syntax to Java, etc.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
-
There are a few -- SpiderMonkey can be compiled to run from the command-line, or there's the Java-based Rhino, or Konqueror's KJS, or the Windows Scripting Host. No compilers though AFAIK.
They have very few host objects -- if you want to do anything complex you have to extend them.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks