Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Suggestions needed for scripting language
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
LM  
View profile  
 More options Feb 27 2012, 7:53 am
From: LM <lme...@gmail.com>
Date: Mon, 27 Feb 2012 04:53:25 -0800 (PST)
Local: Mon, Feb 27 2012 7:53 am
Subject: Suggestions needed for scripting language
Would be very interested to hear what others recommend as a good
implementation of JavaScript to use as a cross-platform scripting
language.  Would like to port some of my batch, bash and Perl scripts
over to one language, JavaScript.  I've been checking through the
JavaScript implementations mentioned at the CommonJs wiki and some
other implementations as well.  Am trying to find something that works
equally well on both Windows and Linux and that has much of the same
functionality as JavaScript in a browser (including basic DOM parsing
for XML files) plus the ability to read/write files and execute
applications and set environment variables.  Would be very curious to
hear what implementations other developers are using for JavaScript
scripting.  Thanks.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wes Garland  
View profile  
 More options Feb 27 2012, 1:24 pm
From: Wes Garland <w...@page.ca>
Date: Mon, 27 Feb 2012 13:24:09 -0500
Local: Mon, Feb 27 2012 1:24 pm
Subject: Re: [CommonJS] Suggestions needed for scripting language

We are using Mozilla's SpiderMonkey engine in the GPSEE environment to
solve this exact set of problems in a production environment.

We don't currently support Windows, but would be happy to give porting
advice.

Warning, Mozilla current supports E4X (ECMAScript 4 XML) which gives us an
XML parser etc, but I have a feeling they will drop that within the next
year.  We will probably embed libxml2 and throw on a light subset of DOM to
manipulate it in the future.

Wes

On 27 February 2012 07:53, LM <lme...@gmail.com> wrote:

--
Wesley W. Garland
Director, Product Development
PageMail, Inc.
+1 613 542 2787 x 102

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Salvador Ortiz  
View profile  
 More options Feb 27 2012, 7:54 pm
From: Salvador Ortiz <salvador.or...@gmail.com>
Date: Mon, 27 Feb 2012 18:54:39 -0600
Local: Mon, Feb 27 2012 7:54 pm
Subject: Re: [CommonJS] Suggestions needed for scripting language

I you have experience with Perl, I recommend you take a look to JSPL (
http://jspl.msg.mx), a cross-bindings between Mozilla's SpiderMonkey VM and
Perl.
With it, a JavaScript developer can use most of CPAN to tailor the JS
environment to his needs.
Both Linux and Windows are supported.

Salvador.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nathan Stott  
View profile  
 More options Mar 1 2012, 4:46 pm
From: Nathan Stott <nrst...@gmail.com>
Date: Thu, 1 Mar 2012 15:46:40 -0600
Local: Thurs, Mar 1 2012 4:46 pm
Subject: Re: [CommonJS] Suggestions needed for scripting language

I use Node for this purpose.  You can find good DOM parsing modules.

On Mon, Feb 27, 2012 at 6:54 PM, Salvador Ortiz <salvador.or...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Donny Viszneki  
View profile  
 More options Mar 1 2012, 5:14 pm
From: Donny Viszneki <donny.viszn...@gmail.com>
Date: Thu, 1 Mar 2012 17:14:14 -0500
Local: Thurs, Mar 1 2012 5:14 pm
Subject: Re: [CommonJS] Suggestions needed for scripting language
Theoretically any CommonJS environment you choose to use will support
dom.js, a pure Javascript-language implementation of the web browser
DOM:

https://github.com/tmpvar/jsdom

--
http://codebad.com/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Elijah Insua  
View profile  
 More options Mar 1 2012, 6:08 pm
From: Elijah Insua <tmp...@gmail.com>
Date: Thu, 1 Mar 2012 16:08:32 -0700
Local: Thurs, Mar 1 2012 6:08 pm
Subject: Re: [CommonJS] Suggestions needed for scripting language

On Thu, Mar 1, 2012 at 3:14 PM, Donny Viszneki <donny.viszn...@gmail.com>wrote:

> Theoretically any CommonJS environment you choose to use will support
> dom.js, a pure Javascript-language implementation of the web browser
> DOM:

> https://github.com/tmpvar/jsdom

Correction, jsdom is currently only available on node.js and currently
works best with an additional binary addon.  dom.js (
https://github.com/andreasgal/dom.js/) works on node and spidermonkey.

-- Elijah


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ondřej Žára  
View profile  
 More options Mar 2 2012, 1:58 am
From: Ondřej Žára <ondrej.z...@gmail.com>
Date: Fri, 2 Mar 2012 07:58:10 +0100
Local: Fri, Mar 2 2012 1:58 am
Subject: Re: [CommonJS] Suggestions needed for scripting language
I use v8cgi (http://code.google.com/p/v8cgi/), naturally. There is a
DOM module available:
http://code.google.com/p/v8cgi/source/browse/trunk/lib/dom.js

</selfpromo>

Sincerely,
Ondrej Zara

2012/2/27 LM <lme...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »