Initial data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 72d218235f
commit f23f22d71c
199087 changed files with 3378941 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{{language|NewtonScript
|strength=strong
|checking=dynamic
|parampass=both
|gc=yes
|LCT=no}}
NewtonScript is a [[Self]]-influenced prototype-based programming language, originally written for the Apple Newton platforms by Walter Smith. It was designed to be as resourceful as possible through its prototyping interface, to accomodate the small memory of the original Newton MessagePad.
The language [[Io]] is partly influenced by NewtonScript's design, using a similar prototyping model as well as NewtonScript's differential inheritance.
==External links==
* [http://www.newted.org/download/manuals/NewtonScriptProgramLanguage.pdf Language Guide]
* [http://www.newted.org/download/manuals/NewtonProgrammerRef20.pdf Language Reference]
* [http://communicrossings.com/html/newton/newtdev.htm IDE for Newton devices]
* [http://gnue.github.io/NEWT0/ Multiplatform interpreter]

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:NewtonScript

1
Lang/NewtonScript/FizzBuzz Symbolic link
View file

@ -0,0 +1 @@
../../Task/FizzBuzz/NewtonScript