OS4 DepotLogo by Alkaron 
(anonymous IP: 18.191.5.239,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (924)
   o Video (69)

Total files: 4367

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Language » spidermonkey-js-bin.lha

Spidermonkey-js-bin

Description: Mozilla Javascript interpreter
Download: spidermonkey-js-bin.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 337kb
Version: 1.5-1
Date: 17 Dec 2006
Author: Mozilla Funcdation, Tim Johnson (68k version) and Alexandre Balaban (OS4 version)
Submitter: Alexandre Balaban
Email: alexandre/balaban fr
Homepage: http://www.balaban.fr
Category: development/language
License: MPL
Distribute: yes
Min OS Version: 4.0
FileID: 2401
 
Comments: 1
Snapshots: 0
Videos: 0
Downloads: 429  (Current version)
429  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Short:        Mozilla JavaScript interpreter for CLI
Author:       mozilla.org (The Mozilla Foundation)
Uploader:     alexandre()balaban.fr (Alexandre Balaban)
Type:         dev/lang
Version:      1.5-1
Architecture: ppc-amigaos >= 4.0.0
Distribution: Aminet


This is my port of Mozilla's open-source "SpiderMonkey" JavaScript
interpreter.  In the archive is an executable called "js" which can
be run interactively or as a command to execute JavaScript files.
Also included is the general README.html from the original SpiderMonkey
distribution.

SpiderMonkey is generally intended to be used as a shared library and
embedded in other applications, but it comes with a command-line 
interpreter for testing and learning.  That is what is included here.

Example (interactive):
    6.Fad:Dev/js/src> js
    js> myDate = new Date();
    Wed Nov 22 2006 11:55:31 GMT+0000
    js> myDate.toLocaleString();
    Wed Nov 22 11:55:31 2006
    js> quit()

Example (command):
    6.Fad:Dev/js/src> js myfile.js
	 (or, to include some startup code before running myfile:)
    6.Fad:Dev/js/src> js -f shell.js myfile.js

It would be entirely possible to create a javascript.library using the
SpiderMonkey source code, offering a JavaScript interpreter to any 
Amiga application.  I am not enough of a guru to do this yet. :)  If
a knowledgable someone would like to work on this, please contact me.
The source code should be on Aminet to accompany this binary.

"Features" of this Amiga version (17 Dec 2006):
    - currently no file support
    - currently no support for passing arguments using Workbench
          (recommended to run from CLI)
    - compiled for 68020+FPU using SAS/C 6.58
          (non-FPU binary might be possible)
    - compiled for PPC Amiga OS4 using SDK v51.22
    - requires a stack size >= 50000, but I have not inserted the code
          to enforce this and have not turned off SAS/C's stack checking
          (but have not enabled automatic stack growth, either)
    - passes all the same ECMA JavaScript tests on Amiga as it does
          on other platforms, with a few very minor exceptions
          (MAX_FLOAT is a tiny bit smaller, and a call to Date()
              might not have the same second as the next call to
              Date(), but this makes sense and is no problem)
    - tested on A4000T/060-50/64mb/OS 3.5 and A1200/030/8mb/OS 3.0
    - tested on A1XE/G4-800/512mb/OS4upd4

Notes (17 Dec 2006):
    - the 68k part did not evolve since the 22 Nov 2006.

Notes (22 Nov 2006):
    - to quit, enter "quit()" and press return
    - build instructions for my dumb build system are in the
          readme included with the source code package, in case
          you want to compile this yourself

References (22 Nov 2006):
    Mozilla's JavaScript projects:
    http://www.mozilla.org/js/

    SpiderMonkey JavaScript:
    http://developer.mozilla.org/en/docs/SpiderMonkey

    SpiderMonkey command-line interpreter:
    http://developer.mozilla.org/en/docs/Introduction_to_the_JavaScript_shell



File Version Size Date OS Dls Readme
spidermonkey-js-src.lha1.5-21Mb17 Dec 20064.0222¤ Spidermonkey-js-src - Mozilla Javascript interpreter - sources
Copyright © 2004-2024 by Björn Hagström All Rights Reserved