|
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, <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> |
17 | 17 |
|
18 | 18 | <!-- BEGIN DEVELOPMENT TOOLS --> |
19 | 19 | <h2 id="tools">Development Tools</h2> |
@@ -620,6 +620,21 @@ <h2 id="docs">Documentation</h2> |
620 | 620 | </dd> |
621 | 621 | </dl> |
622 | 622 | <!-- 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 | + |
623 | 638 | <footer> |
624 | 639 | <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> |
625 | 640 | 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