Package Details: spidermonkey-1.7 1.7.0-5

Git Clone URL: https://aur.archlinux.org/spidermonkey-1.7.git (read-only, click to copy)
Package Base: spidermonkey-1.7
Description: Mozilla's C implementation of JavaScript.
Upstream URL: http://www.mozilla.org/js/spidermonkey/
Licenses: GPL, MPL, LGPL
Submitter: None
Maintainer: jnbek
Last Packager: jnbek
Votes: 15
Popularity: 0.000000
First Submitted: 2011-07-18 10:07 (UTC)
Last Updated: 2015-06-16 22:22 (UTC)

Latest Comments

oriba commented on 2015-11-27 14:22 (UTC)

@cyker: I meant, how to write C-Code, where Spidermonkey is embedded. An example I found in the documentations was nothin that could be used directly/easily. That spidermonkey can be used directly from the command line was new to me. Thanks for the hint! :-) It worked. :-) "node" /Node.js did bring error messages, spidermonkey worked without problems. I would like to use C-embedded stuff as well as command line. Not sure which attempt is better (cleaner,faster,easier, more modualr, ...), but spidermonkey works out of the boy with your example.

cyker commented on 2015-11-27 05:21 (UTC)

Why is this the only version of spidermonkey available? Is there anything special about it? According to the release notes here: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey The latest version is 38 and there are a few versions in between. Thank you

cyker commented on 2015-11-27 05:19 (UTC)

@oriba Do you mean to test whether spidermonkey-1.7 works correctly? If so you can just write a `helloworld.js` file and run `spidermonkey-1.7 helloworld.js` in command line: var s = 'Hello World!' print(s);

oriba commented on 2015-11-21 15:50 (UTC)

Are there any code examples for this package of spidermonkey-1.7, that workout of the box, and just needs typing "make"?

tlevine commented on 2012-05-19 17:12 (UTC)

# This depends on ppl; add that to $depends depends=('nspr' 'ppl')

<deleted-account> commented on 2011-10-07 13:48 (UTC)

Does this package provide spidermonkey?