Category:YAMLScript: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
{{language|YAMLScript
{{language|YAMLScript
|site=http://yamlscript.org/
|site=http://yamlscript.org/
}}
{{language programming paradigm|hosted}}
{{language programming paradigm|hosted}}
{{implementation|Lisp}}
{{implementation|Lisp}}

YAMLScript a hosted Lisp like Clojure (Java/JVM) and ClojureScript (JavaScript).
'''YAMLScript''' a hosted '''Lisp''' like '''Clojure''' (Java/JVM) and '''ClojureScript''' (JavaScript).
Actually it is simply an alternate syntax reader for Clojure and Lingy.
Actually it is simply an alternate syntax reader for Clojure and Lingy.
Lingy is a port of Clojure to various programming languages including Perl.
'''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.
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.

Revision as of 04:14, 29 May 2023

Language
YAMLScript
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using YAMLScript.
YAMLScript is an implementation of Lisp. Other implementations of 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.

See Also

Pages in category "YAMLScript"

The following 8 pages are in this category, out of 8 total.