Get the latest tech news
Learning YAMLScript from Clojure
Learning YAMLScript from Clojure YAMLScript works by translating code written in YAMLScript to Clojure code, which is then evaluated. A good...
This tutorial will guide you through the process of converting various Clojure programs to idiomatic YAMLScript a step at a time. We'll skip the!clj step this time and start by making this a top level YAML mapping. All we did was turn the top level expressions into YAML mapping pairs, by removing the outer parentheses and adding a colon in the middle.
Or read this on Hacker News