NewtonScript

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. Wikipedia

Created Year: 1993
Developed by: Apple
Named after: Newton

Wikidata: Q1577753

Influenced: Io

Influenced by: DylanSelf

Programming paradigms: object-oriented programmingprototype-based programming

NewtonScript Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in NewtonScript

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"
   };

Search on GitHub


Latest data update: 2023-10-01