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

7
Lang/Sather/00-LANG.txt Normal file
View file

@ -0,0 +1,7 @@
{{stub}}
{{language|Sather
|site=http://www.gnu.org/software/sather/
|LCT=no
}}
Sather is an object oriented language designed to be simple, efficient, safe, flexible and non-proprietary. One way of placing it in the "space of languages" is to say that it aims to be as efficient as C, C++, or Fortran, as elegant as and safer than Eiffel, and support higher-order functions and iteration abstraction as well as Common Lisp, CLU or Scheme

2
Lang/Sather/00-META.yaml Normal file
View file

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

1
Lang/Sather/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/Sather

1
Lang/Sather/100-prisoners Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-prisoners/Sather

View file

@ -0,0 +1 @@
../../Task/99-bottles-of-beer/Sather

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/Sather

View file

@ -0,0 +1 @@
../../Task/Apply-a-callback-to-an-array/Sather

View file

@ -0,0 +1 @@
../../Task/Arbitrary-precision-integers-included-/Sather

1
Lang/Sather/Arrays Symbolic link
View file

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

1
Lang/Sather/Assertions Symbolic link
View file

@ -0,0 +1 @@
../../Task/Assertions/Sather

View file

@ -0,0 +1 @@
../../Task/Associative-array-Creation/Sather

View file

@ -0,0 +1 @@
../../Task/Averages-Arithmetic-mean/Sather

View file

@ -0,0 +1 @@
../../Task/Averages-Root-mean-square/Sather

1
Lang/Sather/Boolean-values Symbolic link
View file

@ -0,0 +1 @@
../../Task/Boolean-values/Sather

View file

@ -0,0 +1 @@
../../Task/Case-sensitivity-of-identifiers/Sather

1
Lang/Sather/Character-codes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Character-codes/Sather

1
Lang/Sather/Classes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Classes/Sather

View file

@ -0,0 +1 @@
../../Task/Command-line-arguments/Sather

1
Lang/Sather/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/Sather

View file

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

View file

@ -0,0 +1 @@
../../Task/Constrained-genericity/Sather

1
Lang/Sather/Copy-a-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Copy-a-string/Sather

1
Lang/Sather/Dot-product Symbolic link
View file

@ -0,0 +1 @@
../../Task/Dot-product/Sather

1
Lang/Sather/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/Sather

View file

@ -0,0 +1 @@
../../Task/Factors-of-an-integer/Sather

View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/Sather

1
Lang/Sather/Filter Symbolic link
View file

@ -0,0 +1 @@
../../Task/Filter/Sather

View file

@ -0,0 +1 @@
../../Task/Find-limit-of-recursion/Sather

1
Lang/Sather/FizzBuzz Symbolic link
View file

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

1
Lang/Sather/Forest-fire Symbolic link
View file

@ -0,0 +1 @@
../../Task/Forest-fire/Sather

View file

@ -0,0 +1 @@
../../Task/Formatted-numeric-output/Sather

1
Lang/Sather/Four-bit-adder Symbolic link
View file

@ -0,0 +1 @@
../../Task/Four-bit-adder/Sather

View file

@ -0,0 +1 @@
../../Task/Function-definition/Sather

1
Lang/Sather/Generic-swap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Generic-swap/Sather

View file

@ -0,0 +1 @@
../../Task/Greatest-common-divisor/Sather

View file

@ -0,0 +1 @@
../../Task/Hash-from-two-arrays/Sather

View file

@ -0,0 +1 @@
../../Task/Hello-world-Standard-error/Sather

View file

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

View file

@ -0,0 +1 @@
../../Task/Horizontal-sundial-calculations/Sather

View file

@ -0,0 +1 @@
../../Task/Horners-rule-for-polynomial-evaluation/Sather

View file

@ -0,0 +1 @@
../../Task/Look-and-say-sequence/Sather

View file

@ -0,0 +1 @@
../../Task/Loop-over-multiple-arrays-simultaneously/Sather

1
Lang/Sather/Loops-Break Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Break/Sather

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

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

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

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

View file

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

1
Lang/Sather/Loops-For Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-For/Sather

View file

@ -0,0 +1 @@
../../Task/Loops-For-with-a-specified-step/Sather

1
Lang/Sather/Loops-Foreach Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Foreach/Sather

1
Lang/Sather/Loops-Infinite Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Infinite/Sather

1
Lang/Sather/Loops-Nested Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Nested/Sather

1
Lang/Sather/Loops-While Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-While/Sather

1
Lang/Sather/Magic-8-ball Symbolic link
View file

@ -0,0 +1 @@
../../Task/Magic-8-ball/Sather

View file

@ -0,0 +1 @@
../../Task/Mutual-recursion/Sather

1
Lang/Sather/Nth-root Symbolic link
View file

@ -0,0 +1 @@
../../Task/Nth-root/Sather

1
Lang/Sather/Random-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Random-numbers/Sather

View file

@ -0,0 +1 @@
../../Task/Regular-expressions/Sather

View file

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

1
Lang/Sather/Search-a-list Symbolic link
View file

@ -0,0 +1 @@
../../Task/Search-a-list/Sather

View file

@ -0,0 +1 @@
../../Task/Short-circuit-evaluation/Sather

View file

@ -0,0 +1 @@
../../Task/Sort-a-list-of-object-identifiers/Sather

View file

@ -0,0 +1 @@
../../Task/Sort-an-integer-array/Sather

View file

@ -0,0 +1 @@
../../Task/Sort-using-a-custom-comparator/Sather

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Bubble-sort/Sather

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Comb-sort/Sather

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Quicksort/Sather

1
Lang/Sather/Stack Symbolic link
View file

@ -0,0 +1 @@
../../Task/Stack/Sather

View file

@ -0,0 +1 @@
../../Task/String-concatenation/Sather

View file

@ -0,0 +1 @@
../../Task/Strip-whitespace-from-a-string-Top-and-tail/Sather

1
Lang/Sather/Substring Symbolic link
View file

@ -0,0 +1 @@
../../Task/Substring/Sather

View file

@ -0,0 +1 @@
../../Task/Sum-and-product-of-an-array/Sather

1
Lang/Sather/Sum-of-squares Symbolic link
View file

@ -0,0 +1 @@
../../Task/Sum-of-squares/Sather

1
Lang/Sather/Towers-of-Hanoi Symbolic link
View file

@ -0,0 +1 @@
../../Task/Towers-of-Hanoi/Sather