Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

18
Lang/Clipper/00-LANG.txt Normal file
View 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]

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:Clipper

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Integer/Clipper

1
Lang/Clipper/Arrays Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arrays/Clipper

View file

@ -0,0 +1 @@
../../Task/Conditional-structures/Clipper

1
Lang/Clipper/FizzBuzz Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Hello-world-Line-printer/Clipper

View file

@ -0,0 +1 @@
../../Task/Hello-world-Newline-omission/Clipper

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/Clipper

1
Lang/Clipper/Include-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Include-a-file/Clipper

View file

@ -0,0 +1 @@
../../Task/Integer-comparison/Clipper

1
Lang/Clipper/Jensens-Device Symbolic link
View file

@ -0,0 +1 @@
../../Task/Jensens-Device/Clipper

1
Lang/Clipper/Leap-year Symbolic link
View file

@ -0,0 +1 @@
../../Task/Leap-year/Clipper

View file

@ -0,0 +1 @@
../../Task/Logical-operations/Clipper

1
Lang/Clipper/Loops-Continue Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Continue/Clipper

1
Lang/Clipper/Loops-Do-while Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Do-while/Clipper

View file

@ -0,0 +1 @@
../../Task/Loops-Downward-for/Clipper

View file

@ -0,0 +1 @@
../../Task/Man-or-boy-test/Clipper

1
Lang/Clipper/Price-fraction Symbolic link
View file

@ -0,0 +1 @@
../../Task/Price-fraction/Clipper

1
Lang/Clipper/Rename-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Rename-a-file/Clipper

View file

@ -0,0 +1 @@
../../Task/Repeat-a-string/Clipper

View file

@ -0,0 +1 @@
../../Task/Return-multiple-values/Clipper

View file

@ -0,0 +1 @@
../../Task/Reverse-a-string/Clipper

View file

@ -0,0 +1 @@
../../Task/String-comparison/Clipper