Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
21
Lang/ProDOS/00-LANG.txt
Normal file
21
Lang/ProDOS/00-LANG.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{{language}}
|
||||
ProDOS is an open-source command-based programming language created by Riley Houlahan. It is the first language of its kind to be created entirely in Windows 7 Batch (see [[:Category:Batch File|Batch File]]). It is currently in developmental form and is expected to be released in version 1.0 by early next year (2012).
|
||||
|
||||
===Overview===
|
||||
ProDOS is a command-based language. This term refers to any form of language that uses built-in commands to function, instead of strings of keywords to function. For example:
|
||||
|
||||
<lang ProDOS>printline Hello, World!</lang>
|
||||
|
||||
The command "printline" is used to display the line "Hello, World". For clarification, in Java the alternative would be:
|
||||
<lang Java>public class HelloWorld
|
||||
{
|
||||
public static void main(String[] args)
|
||||
{
|
||||
System.out.println("Goodbye, World!");
|
||||
}
|
||||
}</lang>
|
||||
|
||||
As you can see, the difference is quite significant. The command "printline" is pre-defined, this means that the user does not have to define classes,etc.
|
||||
|
||||
===Future Implementations===
|
||||
ProDOS has not yet reached a release stage, but due to it being only a few months left until it is able to be released, ProDOS 1 will be ready to be released for public distribution by early 2012.
|
||||
2
Lang/ProDOS/00-META.yaml
Normal file
2
Lang/ProDOS/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:ProDOS
|
||||
1
Lang/ProDOS/100-doors
Symbolic link
1
Lang/ProDOS/100-doors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-doors/ProDOS
|
||||
1
Lang/ProDOS/24-game
Symbolic link
1
Lang/ProDOS/24-game
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/24-game/ProDOS
|
||||
1
Lang/ProDOS/24-game-Solve
Symbolic link
1
Lang/ProDOS/24-game-Solve
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/24-game-Solve/ProDOS
|
||||
1
Lang/ProDOS/A+B
Symbolic link
1
Lang/ProDOS/A+B
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/A+B/ProDOS
|
||||
1
Lang/ProDOS/Arithmetic-Integer
Symbolic link
1
Lang/ProDOS/Arithmetic-Integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arithmetic-Integer/ProDOS
|
||||
1
Lang/ProDOS/Comments
Symbolic link
1
Lang/ProDOS/Comments
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Comments/ProDOS
|
||||
1
Lang/ProDOS/Copy-a-string
Symbolic link
1
Lang/ProDOS/Copy-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Copy-a-string/ProDOS
|
||||
1
Lang/ProDOS/Create-a-file
Symbolic link
1
Lang/ProDOS/Create-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Create-a-file/ProDOS
|
||||
1
Lang/ProDOS/Delete-a-file
Symbolic link
1
Lang/ProDOS/Delete-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Delete-a-file/ProDOS
|
||||
1
Lang/ProDOS/Dynamic-variable-names
Symbolic link
1
Lang/ProDOS/Dynamic-variable-names
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Dynamic-variable-names/ProDOS
|
||||
1
Lang/ProDOS/Empty-program
Symbolic link
1
Lang/ProDOS/Empty-program
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Empty-program/ProDOS
|
||||
1
Lang/ProDOS/Factors-of-an-integer
Symbolic link
1
Lang/ProDOS/Factors-of-an-integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factors-of-an-integer/ProDOS
|
||||
1
Lang/ProDOS/Guess-the-number
Symbolic link
1
Lang/ProDOS/Guess-the-number
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Guess-the-number/ProDOS
|
||||
1
Lang/ProDOS/Hello-world-Text
Symbolic link
1
Lang/ProDOS/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/ProDOS
|
||||
1
Lang/ProDOS/Menu
Symbolic link
1
Lang/ProDOS/Menu
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Menu/ProDOS
|
||||
1
Lang/ProDOS/Random-number-generator-device-
Symbolic link
1
Lang/ProDOS/Random-number-generator-device-
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Random-number-generator-device-/ProDOS
|
||||
1
Lang/ProDOS/Rename-a-file
Symbolic link
1
Lang/ProDOS/Rename-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Rename-a-file/ProDOS
|
||||
1
Lang/ProDOS/Terminal-control-Clear-the-screen
Symbolic link
1
Lang/ProDOS/Terminal-control-Clear-the-screen
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Terminal-control-Clear-the-screen/ProDOS
|
||||
Loading…
Add table
Add a link
Reference in a new issue