Skip to content

Commit de9c63f

Browse files
committed
Added Dashboard under development tools.
1 parent c2568d5 commit de9c63f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ <h1>NewtonScript</h1>
88
<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 NewtonOS 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>
99
<h2>Development Tools</h2>
1010
<dl>
11+
<dt><a id="dashboard" name="dashboard" href="http://www.fivespeedsoftware.com/dashboard/">Dashboard</a></td>
12+
<dd>An open source alternate button bar, hierarchical menu, and scripting system (using NewtonScript) for NewtonOS by Five Speed Software. Source available on <a href="http://github.com/masonmark/Dash-Board-for-Newton-OS">GitHub</a>.</dd>
13+
1114
<dt><a id="dynetk" name="dynetk" href="http://code.google.com/p/dynee5/">DyneTK</a></dt>
1215
<dd>An open source Linux, Mac OS X, and Windows IDE for NewtonOS software development by Matthias Melcher. Built on <a href="#newt0">NEWT/0</a>.</dd>
1316

0 commit comments

Comments
 (0)