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

14
Lang/Fantom/00-LANG.txt Normal file
View file

@ -0,0 +1,14 @@
{{wikipedia|Fantom (programming language)}}
{{language
|site=http://www.fantom.org/
|checking=both
}}
{{language programming paradigm|object-oriented}}
{{language programming paradigm|functional}}
Fantom is a general purpose [[:Category:Programming paradigm/Object-oriented|object-oriented]] programming language that runs on the [[runs on vm::Java Virtual Machine|JRE]], [[.Net Framework|.NET]] [[runs on vm::Common Language Runtime|CLR]], and [[JavaScript]]. The language supports [[:Category:Programming paradigm/Functional|functional programming]] through closures and concurrency through the [[wp:Actor model|Actor model]]. Fantom takes a "middle of the road" approach to its type system, blending together aspects of both [[:Category:Typing/Checking/Static|static]] and [[:Category:Typing/Checking/Dynamic|dynamic typing]]. Like [[:Category:C sharp|C#]] and [[:Category:Java|Java]], Fantom uses a curly brace syntax.
==See also==
*[http://www.fantom.org/ Fantom homepage]
*[[wp:Fantom_(programming_language)|Fantom on Wikipedia]]
*[http://fanzy.net/ Fantom online]

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

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

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

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

1
Lang/Fantom/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/Fantom

1
Lang/Fantom/Abstract-type Symbolic link
View file

@ -0,0 +1 @@
../../Task/Abstract-type/Fantom

View file

@ -0,0 +1 @@
../../Task/Accumulator-factory/Fantom

View file

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

1
Lang/Fantom/Anagrams Symbolic link
View file

@ -0,0 +1 @@
../../Task/Anagrams/Fantom

1
Lang/Fantom/Animation Symbolic link
View file

@ -0,0 +1 @@
../../Task/Animation/Fantom

View file

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

View file

@ -0,0 +1 @@
../../Task/Array-concatenation/Fantom

View file

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

View file

@ -0,0 +1 @@
../../Task/Associative-array-Iteration/Fantom

View file

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

View file

@ -0,0 +1 @@
../../Task/Averages-Pythagorean-means/Fantom

View file

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

View file

@ -0,0 +1 @@
../../Task/Averages-Simple-moving-average/Fantom

View file

@ -0,0 +1 @@
../../Task/Balanced-brackets/Fantom

1
Lang/Fantom/Brownian-tree Symbolic link
View file

@ -0,0 +1 @@
../../Task/Brownian-tree/Fantom

1
Lang/Fantom/Caesar-cipher Symbolic link
View file

@ -0,0 +1 @@
../../Task/Caesar-cipher/Fantom

1
Lang/Fantom/Catalan-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Catalan-numbers/Fantom

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

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

View file

@ -0,0 +1 @@
../../Task/Cholesky-decomposition/Fantom

1
Lang/Fantom/Classes Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Closest-pair-problem/Fantom

View file

@ -0,0 +1 @@
../../Task/Closures-Value-capture/Fantom

View file

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

View file

@ -0,0 +1 @@
../../Task/Compound-data-type/Fantom

1
Lang/Fantom/Date-format Symbolic link
View file

@ -0,0 +1 @@
../../Task/Date-format/Fantom

View file

@ -0,0 +1 @@
../../Task/Date-manipulation/Fantom

View file

@ -0,0 +1 @@
../../Task/Determine-if-a-string-is-numeric/Fantom

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

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

1
Lang/Fantom/Empty-program Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-program/Fantom

1
Lang/Fantom/Empty-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-string/Fantom

1
Lang/Fantom/Enumerations Symbolic link
View file

@ -0,0 +1 @@
../../Task/Enumerations/Fantom

View file

@ -0,0 +1 @@
../../Task/Evolutionary-algorithm/Fantom

1
Lang/Fantom/Exceptions Symbolic link
View file

@ -0,0 +1 @@
../../Task/Exceptions/Fantom

View file

@ -0,0 +1 @@
../../Task/Exceptions-Catch-an-exception-thrown-in-a-nested-call/Fantom

View file

@ -0,0 +1 @@
../../Task/Execute-a-system-command/Fantom

1
Lang/Fantom/Factorial Symbolic link
View file

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

View file

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

1
Lang/Fantom/Filter Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/First-class-functions/Fantom

View file

@ -0,0 +1 @@
../../Task/First-class-functions-Use-numbers-analogously/Fantom

1
Lang/Fantom/FizzBuzz Symbolic link
View file

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

1
Lang/Fantom/Flatten-a-list Symbolic link
View file

@ -0,0 +1 @@
../../Task/Flatten-a-list/Fantom

View file

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

1
Lang/Fantom/Fractal-tree Symbolic link
View file

@ -0,0 +1 @@
../../Task/Fractal-tree/Fantom

View file

@ -0,0 +1 @@
../../Task/Function-composition/Fantom

View file

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

View file

@ -0,0 +1 @@
../../Task/GUI-component-interaction/Fantom

View file

@ -0,0 +1 @@
../../Task/GUI-enabling-disabling-of-controls/Fantom

View file

@ -0,0 +1 @@
../../Task/Generator-Exponential/Fantom

View file

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

View file

@ -0,0 +1 @@
../../Task/Greatest-element-of-a-list/Fantom

View file

@ -0,0 +1 @@
../../Task/Guess-the-number/Fantom

View file

@ -0,0 +1 @@
../../Task/Guess-the-number-With-feedback/Fantom

View file

@ -0,0 +1 @@
../../Task/Guess-the-number-With-feedback-player-/Fantom

1
Lang/Fantom/Happy-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Happy-numbers/Fantom

View file

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

View file

@ -0,0 +1 @@
../../Task/Hello-world-Graphical/Fantom

View file

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

View file

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

View file

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

View file

@ -0,0 +1 @@
../../Task/Hello-world-Web-server/Fantom

View file

@ -0,0 +1 @@
../../Task/Higher-order-functions/Fantom

1
Lang/Fantom/Huffman-coding Symbolic link
View file

@ -0,0 +1 @@
../../Task/Huffman-coding/Fantom

View file

@ -0,0 +1 @@
../../Task/Increment-a-numerical-string/Fantom

1
Lang/Fantom/Infinity Symbolic link
View file

@ -0,0 +1 @@
../../Task/Infinity/Fantom

View file

@ -0,0 +1 @@
../../Task/Inheritance-Multiple/Fantom

View file

@ -0,0 +1 @@
../../Task/Inheritance-Single/Fantom

1
Lang/Fantom/Input-loop Symbolic link
View file

@ -0,0 +1 @@
../../Task/Input-loop/Fantom

View file

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

View file

@ -0,0 +1 @@
../../Task/Integer-sequence/Fantom

1
Lang/Fantom/JSON Symbolic link
View file

@ -0,0 +1 @@
../../Task/JSON/Fantom

1
Lang/Fantom/Knuth-shuffle Symbolic link
View file

@ -0,0 +1 @@
../../Task/Knuth-shuffle/Fantom

1
Lang/Fantom/Langtons-ant Symbolic link
View file

@ -0,0 +1 @@
../../Task/Langtons-ant/Fantom

View file

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

View file

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

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

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

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

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

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

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

View file

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

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

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

View file

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

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

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

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

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

View file

@ -0,0 +1 @@
../../Task/Loops-N-plus-one-half/Fantom

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

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

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

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

1
Lang/Fantom/Man-or-boy-test Symbolic link
View file

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

1
Lang/Fantom/Map-range Symbolic link
View file

@ -0,0 +1 @@
../../Task/Map-range/Fantom

View file

@ -0,0 +1 @@
../../Task/Matrix-multiplication/Fantom

1
Lang/Fantom/Menu Symbolic link
View file

@ -0,0 +1 @@
../../Task/Menu/Fantom

View file

@ -0,0 +1 @@
../../Task/Monte-Carlo-methods/Fantom

View file

@ -0,0 +1 @@
../../Task/Multiplication-tables/Fantom

View file

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

1
Lang/Fantom/Null-object Symbolic link
View file

@ -0,0 +1 @@
../../Task/Null-object/Fantom

View file

@ -0,0 +1 @@
../../Task/One-dimensional-cellular-automata/Fantom

1
Lang/Fantom/Ordered-words Symbolic link
View file

@ -0,0 +1 @@
../../Task/Ordered-words/Fantom

Some files were not shown because too many files have changed in this diff Show more