22 lines
776 B
Plaintext
22 lines
776 B
Plaintext
{{language|YAMLScript
|
|
|site=http://yamlscript.org/
|
|
}}
|
|
{{language programming paradigm|hosted}}
|
|
{{implementation|Lisp}}
|
|
|
|
'''YAMLScript''' a hosted '''Lisp''' like '''Clojure''' (Java/JVM) and '''ClojureScript''' (JavaScript).
|
|
Actually it is simply an alternate syntax reader for Clojure and Lingy.
|
|
'''Lingy''' is a port of Clojure to various programming languages including Perl.
|
|
|
|
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]
|
|
* [https://metacpan.org/pod/Lingy Lingy Doc] |