|
13 | 13 | <body> |
14 | 14 | <h1>NewtonScript</h1> |
15 | 15 | <p><em>NewtonScript</em> is an object-oriented programming language developed by <a href="http://waltersmith.us/">Walter Smith</a> for <a href="http://www.apple.com/">Apple</a> for the Newton OS running on their MessagePad & 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.</p> |
16 | | - <p>Here you’ll find information about the language, available <a href="#tools">development tools</a> for various platforms, and <a href="#docs">programming reference materials</a>.</p> |
| 16 | + <p>Here you’ll find information about the language, available <a href="#tools">development tools</a> for various platforms, <a href="#libs">libraries</a> with NewtonScript interfaces, and <a href="#docs">programming reference materials</a>.</p> |
17 | 17 |
|
| 18 | + <!-- BEGIN DEVELOPMENT TOOLS --> |
18 | 19 | <h2><a id="tools">Development Tools</a></h2> |
19 | 20 | <dl> |
20 | 21 | <dt><a id="dashboard" href="http://www.fivespeedsoftware.com/dashboard/"><img src="img/icons/dashboard-32x32.gif" alt="" />Dashboard</a> (Newton OS; open source)</dt> |
@@ -50,7 +51,17 @@ <h2><a id="tools">Development Tools</a></h2> |
50 | 51 | <dt><a id="viewframe" href="http://nixietube.info/"><img src="img/icons/viewframe-32x32.gif" alt="" />ViewFrame</a> (Newton OS; freeware)</dt> |
51 | 52 | <dd>A live NewtonScript object explorer/editor for Newton OS 1.x & 2.x by Jason Harper.</dd> |
52 | 53 | </dl> |
| 54 | + <!-- END DEVELOPMENT TOOLS --> |
53 | 55 |
|
| 56 | + <!-- BEGIN LIBRARIES --> |
| 57 | + <h2><a id="libs">Libraries</a></h2> |
| 58 | + <dl> |
| 59 | + <dt><a id="zlib" href="http://www.kallisys.com/">Zlib</a> (Newton OS; open source)</dt> |
| 60 | + <dd>A partial port by Paul Guyot of version 1.1.4 of the <a href="http://www.zlib.net/">zlib</a> compression library.</dd> |
| 61 | + </dl> |
| 62 | + <!-- END LIBRARIES --> |
| 63 | + |
| 64 | + <!-- BEGIN DOCUMENTATION --> |
54 | 65 | <h2><a id="docs">Documentation</a></h2> |
55 | 66 | <dl> |
56 | 67 | <dt><a href="http://waltersmith.us/newton/Class-based%20NewtonScript%20Programming.pdf">Class-based NewtonScript Programming</a> (PDF)</dt> |
@@ -151,6 +162,7 @@ <h2><a id="docs">Documentation</a></h2> |
151 | 162 | <dt><a href="http://waltersmith.us/newton/OOPSLA95.pdf">Using a Prototype-based Language for User Interface: The Newton Project’s Experience</a> (PDF)</dt> |
152 | 163 | <dd></dd> |
153 | 164 | </dl> |
| 165 | + <!-- END DOCUMENTATION --> |
154 | 166 | </body> |
155 | 167 | </html> |
156 | 168 |
|
0 commit comments