Skip to content

Commit 7b70b4d

Browse files
committed
Initial, rough content in index.html. Development tools listed, but mostly just the structure I'm going for.
1 parent c173105 commit 7b70b4d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@
55
</head>
66
<body>
77
<h1>NewtonScript</h1>
8+
<p><em>NewtonScript</em> is an object-oriented programming language originally designed by Apple for the Newton OS running on their MessagePad &amp; eMate hardware. It borrows concepts from the Smalltalk, LISP, and Self programming languages with special consideration for a low memory footprint (esp. differential inheritance). In 2003 a NewtonScript interpreter, <a href="#newt0">NEWT/0</a> was developed by Makoto Nukui allowing for its use on other platforms. Here you'll find information about the language and programming reference materials.</p>
9+
<h2>Development Tools</h2>
10+
<dl>
11+
<dt><a id="dynetk" name="dynetk" href="http://code.google.com/p/dynee5/">DyneTK</a></dt>
12+
<dd>An open source Linux, Mac OS X, and Windows IDE for Newton OS software development by Matthias Melcher.</dd>
13+
14+
<dt><a id="newt0" name="newt0" href="http://gnue.github.com/NEWT0">NEWT/0</a></dt>
15+
<dd>An open source Darwin/Mac OS X, Linux, FreeBSD, Windows, and BeOS NewtonScript interpreter by Makoto Nukui.</dd>
16+
17+
<dt><a id="newtdevenv" name="newtdevenv" href="http://communicrossings.com/html/newton/newtdev.htm">NewtDevEnv</a> (a.k.a. Newt)</dt>
18+
<dd>A shareware Newton OS 1.x &amp; 2.x package by Steve Weyer that allows native NewtonScript development &amp; package creation on a Newton OS device.</dd>
19+
20+
<dt><a id="ntk" name="ntk">Newton Toolkit</a> (a.k.a NTK)</dt>
21+
<dd>Apple's Mac OS &amp; Windows IDE for Newton OS software development.</dd>
22+
</dl>
23+
<h2>Documentation</h2>
24+
<dl>
25+
<dt><a href="http://manuals.info.apple.com/en_US/NewtonScriptProgramLanguage.PDF">The NewtonScript Programming Language</a> (PDF; mirrors: <a href="http://www.unna.org/unna/apple/documentation/developer/NewtonScriptProgLanguage.pdf">UNNA</a>, <a href="http://www.newted.org/download/manuals/NewtonScriptProgramLanguage.pdf">Newted</a>)</dt>
26+
<dd>Apple's official introduction &amp; reference material for the NewtonScript language under Newton OS 2.x. You'll probably want to start here.</dd>
27+
28+
<dt></dt>
29+
<dd></dd>
30+
</dl>
831
</body>
932
</html>
1033

0 commit comments

Comments
 (0)