Skip to content

Commit c9bb5a0

Browse files
committed
Added new "Sample Code" section and linked to Newton 2.x OS Sample Code (Mac & Windows). Issue #25
1 parent c881892 commit c9bb5a0

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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, <a href="#libs">libraries</a> with NewtonScript interfaces, 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, <a href="#docs">programming reference materials</a>, and <a href="#samples">sample code</a>.</p>
1717

1818
<!-- BEGIN DEVELOPMENT TOOLS -->
1919
<h2 id="tools">Development Tools</h2>
@@ -620,6 +620,21 @@ <h2 id="docs">Documentation</h2>
620620
</dd>
621621
</dl>
622622
<!-- END DOCUMENTATION -->
623+
624+
<!-- BEGIN SAMPLE CODE -->
625+
<h2 id="samples">Sample Code</h2>
626+
<dt>Newton 2.x OS Sample Code</dt>
627+
<dd>
628+
<p>Official sample Mac OS & Windows <a href="#ntk">NTK</a> projects for Newton OS 2.x.</p>
629+
<ul class="metadata">
630+
<li>Author: <a href="http://www.apple.com/">Apple Computer, Inc.</a></li>
631+
<li>Platform: Mac OS, Windows</li>
632+
<li>Mirror: <a href="http://web.archive.org/web/19980204042859/http://www.newton-inc.com/dev/samples.htm#newtonde">Internet Archive</a>, <a href="http://www.unna.org/view.php?/apple/development/Examples/SampleCodeMac">UNNA (Mac OS)</a>, <a href="http://www.unna.org/view.php?/apple/development/Examples/SampleCodeWin">UNNA (Windows)</a></li>
633+
</ul>
634+
</dd>
635+
<!-- END SAMPLE CODE -->
636+
637+
623638
<footer>
624639
<p>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a><br>
625640
Contribute to this project on <a href="https://github.com/NewtonScript/newtonscript.github.com">GitHub</a> or follow us on <a href="https://twitter.com/newtonscript">Twitter</a></p>

0 commit comments

Comments
 (0)