<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>dekstop weblog : Putting SpiderMonkey in Your Shell</title>
    <link>http://dekstop.de/weblog/2007/02/spidermonkey_in_your_shell/</link>
    <description>Was browsing the Mozilla developer docs, curious about their documentation on JavaScript language updates over the different Firefox versions (JS is getting more and more Ruby-like). Realized that I need to brush up on my JS knowledge, maybe finally time to get that O&apos;Reilly book. Found an &quot;Introduction to the ...</description>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright 2007 Martin Dittus</dc:rights>
    <lastBuildDate>Sun, 11 Feb 2007 06:39:48 GMT</lastBuildDate>
    <generator>MicroLinks 5.6 (dekstop.de)</generator>
    <managingEditor>public&#64;dekstop&#46;de</managingEditor>
    <webMaster>public&#64;dekstop&#46;de</webMaster>



    <item>
      <title>Putting SpiderMonkey in Your Shell</title>
      <link>http://dekstop.de/weblog/2007/02/spidermonkey_in_your_shell/</link> 
      <description><![CDATA[<p>Was browsing the Mozilla developer docs, curious about their documentation on JavaScript <a href="http://developer.mozilla.org/en/docs/New_in_JavaScript_1.6">language</a> <a href="http://developer.mozilla.org/en/docs/New_in_JavaScript_1.7">updates</a> over the different Firefox versions (JS is getting more and more Ruby-like). Realized that I need to brush up on my JS knowledge, maybe finally time to get that O'Reilly book.</p>

<p>Found an "<a href="http://developer.mozilla.org/en/docs/Introduction_to_the_JavaScript_shell">Introduction to the JavaScript shell</a>" (they have a JS shell?!?), and this:</p>

<pre>
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot login
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -l \
	mozilla/js/src mozilla/js/src/config mozilla/js/src/editline mozilla/js/src/fdlibm
cd mozilla/js/src
make -f Makefile.ref
</pre>

<p>Compiled it, ran it. <tt>print</tt> works. Cool!</p>

<p>Now I just need to figure out what to do with it.</p>]]></description>
      <dc:creator>Martin Dittus</dc:creator>
      <category>tools</category>
      
      <guid isPermaLink="true">http://dekstop.de/weblog/2007/02/spidermonkey_in_your_shell/</guid>
      <pubDate>Sun, 11 Feb 2007 06:39:48 GMT</pubDate>
    </item>
  </channel>
</rss>

