Add tasks for all the new languages

This commit is contained in:
Tina Müller 2016-12-05 23:44:36 +01:00
parent 9dc3c2bb62
commit bba7bfd280
13208 changed files with 134745 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]

1
Lang/NewtonScript/FizzBuzz Symbolic link
View file

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

1
Lang/NewtonScript/README Normal file
View file

@ -0,0 +1 @@
Data source: http://rosettacode.org/wiki/Category:NewtonScript