NewtonScript is a programming language created in 1993 by Walter Smith.
#573on PLDB | 30Years Old | 100Users |
3Books | 0Papers |
NewtonScript is a prototype-based programming language created to write programs for the Newton platform. It is heavily influenced by the Self programming language, but modified to be more suited to needs of mobile and embedded devices.. Read more on Wikipedia...
baseview :=
{viewBounds: {left: -3, top: 71, right: 138, bottom: 137},
viewFlags: 581,
declareSelf: 'base,
_proto: protoFloatNGo,
debug: "baseview"
};
textview := * child of baseview *
{text: "Hello World",
viewBounds: {left: 33, top: 24, right: 113, bottom: 46},
viewFlags: 579,
_proto: protoStaticText,
debug: "textview"
};
Feature | Supported | Token | Example |
---|---|---|---|
Strings | ✓ | " | "Hello world" |
title | author | year | reviews | ratings | rating |
---|---|---|---|---|---|
Programming for the Newton: Software Development with Newtonscript | Julie McKeehan | 1994 | 0 | 0 | 0.0 |
Programming for the Newton®: Software Development with Newtonscript™ | Julie McKeehan | 0 | 0 | 0.0 | |
Prototype-Based Programming: Prototype-Based Programming Languages, JavaScript, Self, Rebol, Newtonscript, Lua, Moo, ActionScript, Falcon | Source Wikipedia | 2011 | 0 | 0 | 0.0 |