Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
18
Lang/Clipper/00-LANG.txt
Normal file
18
Lang/Clipper/00-LANG.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{{language
|
||||
|exec=bytecode
|
||||
|gc=yes
|
||||
|parampass=value,reference
|
||||
|strength=weak
|
||||
|checking=dynamic
|
||||
}}Clipper is a programming language, which belongs to ''xBase-family'' and a programming environment, which includes a compiler, run-time library, suitable fullscreen debugger and a set of utilities.
|
||||
It was originally created in 1985 by Nantucket Corporation as a compiler for dBaseIII , which was an interpretive system. For many years it was one of most popular systems for database, business, financial applications. It was bought by Computer Associates, who discontinued to develop and support it in 1997, the last version was 5.3b. Later, other programming environments for Clipper appeared - xBase++, Flagship, Clip, [[Harbour]], ...
|
||||
|
||||
Clipper source files (*.prg files) are compiled to an executable, which includes the bytecode and a virtual machine, which executes this bytecode.
|
||||
|
||||
[http://www.grafxsoft.com/clipper.htm GrafxSoft - current Clipper maintainer]
|
||||
|
||||
[http://www.the-oasis.net/ The Oazis - one of oldest Clipper resources]
|
||||
|
||||
[http://www.harbour-project.org/ Harbour - Clipper compatible open source system]
|
||||
|
||||
[http://www.kresin.ru/en/clipper.html Kresin.ru - miscellanious Clipper & Harbour stuff]
|
||||
2
Lang/Clipper/00-META.yaml
Normal file
2
Lang/Clipper/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:Clipper
|
||||
1
Lang/Clipper/Arithmetic-Integer
Symbolic link
1
Lang/Clipper/Arithmetic-Integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arithmetic-Integer/Clipper
|
||||
1
Lang/Clipper/Arrays
Symbolic link
1
Lang/Clipper/Arrays
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arrays/Clipper
|
||||
1
Lang/Clipper/Conditional-structures
Symbolic link
1
Lang/Clipper/Conditional-structures
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Conditional-structures/Clipper
|
||||
1
Lang/Clipper/FizzBuzz
Symbolic link
1
Lang/Clipper/FizzBuzz
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/FizzBuzz/Clipper
|
||||
1
Lang/Clipper/Hello-world-Line-printer
Symbolic link
1
Lang/Clipper/Hello-world-Line-printer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Line-printer/Clipper
|
||||
1
Lang/Clipper/Hello-world-Newline-omission
Symbolic link
1
Lang/Clipper/Hello-world-Newline-omission
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Newline-omission/Clipper
|
||||
1
Lang/Clipper/Hello-world-Text
Symbolic link
1
Lang/Clipper/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/Clipper
|
||||
1
Lang/Clipper/Include-a-file
Symbolic link
1
Lang/Clipper/Include-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Include-a-file/Clipper
|
||||
1
Lang/Clipper/Integer-comparison
Symbolic link
1
Lang/Clipper/Integer-comparison
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Integer-comparison/Clipper
|
||||
1
Lang/Clipper/Jensens-Device
Symbolic link
1
Lang/Clipper/Jensens-Device
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Jensens-Device/Clipper
|
||||
1
Lang/Clipper/Leap-year
Symbolic link
1
Lang/Clipper/Leap-year
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Leap-year/Clipper
|
||||
1
Lang/Clipper/Logical-operations
Symbolic link
1
Lang/Clipper/Logical-operations
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Logical-operations/Clipper
|
||||
1
Lang/Clipper/Loops-Continue
Symbolic link
1
Lang/Clipper/Loops-Continue
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Continue/Clipper
|
||||
1
Lang/Clipper/Loops-Do-while
Symbolic link
1
Lang/Clipper/Loops-Do-while
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Do-while/Clipper
|
||||
1
Lang/Clipper/Loops-Downward-for
Symbolic link
1
Lang/Clipper/Loops-Downward-for
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Downward-for/Clipper
|
||||
1
Lang/Clipper/Man-or-boy-test
Symbolic link
1
Lang/Clipper/Man-or-boy-test
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Man-or-boy-test/Clipper
|
||||
1
Lang/Clipper/Price-fraction
Symbolic link
1
Lang/Clipper/Price-fraction
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Price-fraction/Clipper
|
||||
1
Lang/Clipper/Rename-a-file
Symbolic link
1
Lang/Clipper/Rename-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Rename-a-file/Clipper
|
||||
1
Lang/Clipper/Repeat-a-string
Symbolic link
1
Lang/Clipper/Repeat-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Repeat-a-string/Clipper
|
||||
1
Lang/Clipper/Return-multiple-values
Symbolic link
1
Lang/Clipper/Return-multiple-values
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Return-multiple-values/Clipper
|
||||
1
Lang/Clipper/Reverse-a-string
Symbolic link
1
Lang/Clipper/Reverse-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Reverse-a-string/Clipper
|
||||
1
Lang/Clipper/String-comparison
Symbolic link
1
Lang/Clipper/String-comparison
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/String-comparison/Clipper
|
||||
Loading…
Add table
Add a link
Reference in a new issue