NewtonScript

from Wikipedia, the free encyclopedia
NewtonScript
Paradigms : prototype based
Publishing year: 1993
Designer: Walter Smith
Developer: Walter Smith for Apple
Important implementations : Apple NewtonScript
Influenced by: Self , Dylan
Affected: Io

NewtonScript is a prototype-based programming language for program development on the Newton platforms. It was heavily influenced by Self , but adapted for use on mobile devices.

func()
begin
  AlarmUser("Wikipedia", "Hello, World!");
end

Web links