44 lines
2.4 KiB
Plaintext
44 lines
2.4 KiB
Plaintext
<table border="0">
|
|
<tr><td valign="top">
|
|
<div id="repl" style="position:relative;"></div>
|
|
<p>More information on the Factor to Javascript compiler can be found at these blog posts:
|
|
<ul>
|
|
<li><a href="http://www.bluishcoder.co.nz/2006/12/compiling-factor-to-javascript.html">Factor to Javascript Compiler</a></li>
|
|
<li><a href="http://www.bluishcoder.co.nz/2006/12/factor-to-javascript-compiler-updates.html">Factor to Javascript Compiler Updates</a></li>
|
|
<li><a href="http://www.bluishcoder.co.nz/2006/12/continuations-added-to-fjsc.html">Continuations added to fjsc</a></li>
|
|
<li><a href="http://www.bluishcoder.co.nz/2006/12/cross-domain-json-with-fjsc.html">Cross Domain JSON with fjsc</a></li>
|
|
<li><a href="http://www.bluishcoder.co.nz/2007/02/factor-to-javascript-compiler-makeover.html">Factor to Javascript Compiler Makeover</a></li>
|
|
</ul>
|
|
</p>
|
|
<p>The terminal emulation code for the Factor REPL is provided by the awesome <a href="http://www.masswerk.at/termlib/index.html">termlib</a> library by Norbert Landsteiner. Documentation for termlib is <a href="/responder/fjsc-repl-resources/termlib/">available here</a>. Please note the license of 'termlib':</p>
|
|
<blockquote>This JavaScript-library is free for private and academic use. Please include a readable copyright statement and a backlink to <http://www.masswerk.at> in the web page. The library should always be accompanied by the "readme.txt" and the sample HTML-documents.
|
|
|
|
The term "private use" includes any personal or non-commercial use, which is not related to commercial activites, but excludes intranet, extranet and/or public net applications that are related to any kind of commercial or profit oriented activity.
|
|
|
|
For commercial use see <a href="http://www.masswerk.at">http://www.masswerk.at</a> for contact information.</blockquote>
|
|
</td>
|
|
<td valign="top">
|
|
<p><b>Stack</b></p>
|
|
<div id="stack">
|
|
</div>
|
|
<p><b>Playground</b></p>
|
|
<div id="playground">
|
|
</div>
|
|
<h3>Compiled Code</h3>
|
|
<textarea id="compiled" cols="40" rows="10">
|
|
</textarea>
|
|
<p>Some useful words:
|
|
<dl>
|
|
<dt>vocabs ( -- seq )</dt>
|
|
<dd>Return a sequence of available vocabularies</dd>
|
|
<dt>words ( string -- seq )</dt>
|
|
<dd>Return a sequence of words in the given vocabulary</dd>
|
|
<dt>all-words ( -- seq )</dt>
|
|
<dd>Return a sequence of all words</dd>
|
|
</dl>
|
|
</p>
|
|
<p>The contents of <a href="/responder/fjsc-resources/bootstrap.factor">bootstrap.factor</a> have been loaded on startup.</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|