Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
|
|
@ -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]
|
||||
|
|
|
|||
1
Lang/YAMLScript/100-prisoners
Symbolic link
1
Lang/YAMLScript/100-prisoners
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-prisoners/YAMLScript
|
||||
1
Lang/YAMLScript/Average-loop-length
Symbolic link
1
Lang/YAMLScript/Average-loop-length
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Average-loop-length/YAMLScript
|
||||
1
Lang/YAMLScript/Floyds-triangle
Symbolic link
1
Lang/YAMLScript/Floyds-triangle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Floyds-triangle/YAMLScript
|
||||
1
Lang/YAMLScript/Function-definition
Symbolic link
1
Lang/YAMLScript/Function-definition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Function-definition/YAMLScript
|
||||
1
Lang/YAMLScript/Greatest-common-divisor
Symbolic link
1
Lang/YAMLScript/Greatest-common-divisor
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Greatest-common-divisor/YAMLScript
|
||||
1
Lang/YAMLScript/Palindrome-detection
Symbolic link
1
Lang/YAMLScript/Palindrome-detection
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Palindrome-detection/YAMLScript
|
||||
1
Lang/YAMLScript/Sieve-of-Eratosthenes
Symbolic link
1
Lang/YAMLScript/Sieve-of-Eratosthenes
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Sieve-of-Eratosthenes/YAMLScript
|
||||
1
Lang/YAMLScript/Weird-numbers
Symbolic link
1
Lang/YAMLScript/Weird-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Weird-numbers/YAMLScript
|
||||
Loading…
Add table
Add a link
Reference in a new issue