Data update

This commit is contained in:
Ingy döt Net 2024-10-16 18:07:41 -07:00
parent 81fd053722
commit 52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions

View file

@ -4,11 +4,16 @@
{{language programming paradigm|hosted}}
{{implementation|Lisp}}
'''[https://yamlscript.org YAMLScript]''' is a new programming language that uses [https://yaml.org/ YAML] as its syntax. It is a complete, functional, general purpose language, but can also be easily embedded in YAML files to make them dynamic at load time. Most existing YAML files and all JSON files are already valid YAMLScript programs. YAMLScript has a compiler/interpreter CLI program called <code>[https://github.com/yaml/yamlscript/releases ys]</code> and is also available in several programming languages as a binding module to the <code>[https://github.com/yaml/yamlscript/releases libyamlscript.so]</code> shared library:
'''[https://yamlscript.org YAMLScript]''' is a new programming language that uses [https://yaml.org/ YAML] as its syntax. It is a complete, functional, general purpose language, but can also be easily embedded in YAML files to make them dynamic at load time. Most existing YAML files and all JSON files are already valid YAMLScript programs.
You can learn YAMLScript for free (with help from experienced mentors) at [https://exercism.org/tracks/yamlscript Exercism].
YAMLScript has a compiler/interpreter CLI program called <code>[https://github.com/yaml/yamlscript/releases ys]</code> and is also available in several programming languages as a binding module to the <code>[https://github.com/yaml/yamlscript/releases libyamlscript.so]</code> shared library:
* [https://clojars.org/org.yamlscript/clj-yamlscript Clojure]
* [https://github.com/yaml/yamlscript-go Go]
* [https://clojars.org/org.yamlscript/yamlscript Java]
* [https://juliahub.com/ui/Packages/General/YAMLScript Julia]
* [https://www.npmjs.com/package/@yaml/yamlscript NodeJS]
* [https://metacpan.org/pod/YAMLScript Perl]
* [https://pypi.org/project/yamlscript/ Python]

View file

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

View file

@ -0,0 +1 @@
../../Task/Average-loop-length/YAMLScript

View file

@ -0,0 +1 @@
../../Task/Floyds-triangle/YAMLScript

View file

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

View file

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

View file

@ -0,0 +1 @@
../../Task/Palindrome-detection/YAMLScript

View file

@ -0,0 +1 @@
../../Task/Sieve-of-Eratosthenes/YAMLScript

View file

@ -0,0 +1 @@
../../Task/Weird-numbers/YAMLScript