Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
15
Lang/NewtonScript/00DESCRIPTION
Normal file
15
Lang/NewtonScript/00DESCRIPTION
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]
|
||||
1
Lang/NewtonScript/FizzBuzz
Symbolic link
1
Lang/NewtonScript/FizzBuzz
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/FizzBuzz/NewtonScript
|
||||
1
Lang/NewtonScript/README
Normal file
1
Lang/NewtonScript/README
Normal file
|
|
@ -0,0 +1 @@
|
|||
Data source: http://rosettacode.org/wiki/Category:NewtonScript
|
||||
Loading…
Add table
Add a link
Reference in a new issue