Data Update

This commit is contained in:
Ingy döt Net 2023-07-09 17:42:30 -04:00
parent 015c2add84
commit e50b5c3114
206 changed files with 6337 additions and 523 deletions

View file

@ -10,6 +10,12 @@ Actually it is simply an alternate syntax reader for Clojure and Lingy.
YAMLScript offers all the power of Lisp but with a various syntax features that strive to make it more readable than encoding everything as nested s-expression forms.
==Installing YAMLScript==
Run this command to install the 'yamlscript' command line runner program.
cpanm YAML
==See Also==
* [https://metacpan.org/pod/YAMLScript YAMLScript Doc]

1
Lang/YAMLScript/Factorial Symbolic link
View file

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

View file

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

View file

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