Skip to content

Commit 88b9472

Browse files
committed
Added new Libraries section w/link to zlib port by Paul Guyot.
1 parent c8cebba commit 88b9472

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
<body>
1414
<h1>NewtonScript</h1>
1515
<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 &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.</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>
1717

18+
<!-- BEGIN DEVELOPMENT TOOLS -->
1819
<h2><a id="tools">Development Tools</a></h2>
1920
<dl>
2021
<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>
5051
<dt><a id="viewframe" href="http://nixietube.info/"><img src="img/icons/viewframe-32x32.gif" alt="" />ViewFrame</a> (Newton OS; freeware)</dt>
5152
<dd>A live NewtonScript object explorer/editor for Newton OS 1.x &amp; 2.x by Jason Harper.</dd>
5253
</dl>
54+
<!-- END DEVELOPMENT TOOLS -->
5355

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 -->
5465
<h2><a id="docs">Documentation</a></h2>
5566
<dl>
5667
<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>
151162
<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>
152163
<dd></dd>
153164
</dl>
165+
<!-- END DOCUMENTATION -->
154166
</body>
155167
</html>
156168

0 commit comments

Comments
 (0)