Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
15
Lang/NewtonScript/00-LANG.txt
Normal file
15
Lang/NewtonScript/00-LANG.txt
Normal 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]
|
||||
2
Lang/NewtonScript/00-META.yaml
Normal file
2
Lang/NewtonScript/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:NewtonScript
|
||||
1
Lang/NewtonScript/FizzBuzz
Symbolic link
1
Lang/NewtonScript/FizzBuzz
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/FizzBuzz/NewtonScript
|
||||
Loading…
Add table
Add a link
Reference in a new issue