This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-05
Channels
- # adventofcode (89)
- # announcements (9)
- # babashka (11)
- # beginners (8)
- # biff (5)
- # calva (4)
- # cherry (121)
- # clara (15)
- # clerk (16)
- # clj-kondo (20)
- # clj-otel (2)
- # cljdoc (20)
- # clojure (84)
- # clojure-austin (1)
- # clojure-bay-area (3)
- # clojure-berlin (1)
- # clojure-czech (2)
- # clojure-europe (59)
- # clojure-nl (1)
- # clojure-norway (12)
- # clojure-poland (1)
- # clojure-uk (15)
- # cursive (16)
- # datomic (46)
- # events (3)
- # fulcro (85)
- # graalvm (20)
- # hyperfiddle (11)
- # improve-getting-started (1)
- # lsp (7)
- # off-topic (48)
- # overtone (8)
- # podcasts-discuss (4)
- # re-frame (31)
- # releases (1)
- # ring (12)
- # sci (13)
- # shadow-cljs (8)
- # specter (3)
- # squint (26)
- # xtdb (5)
- # yamlscript (6)
YAMLScript 0.1.20 Released - https://github.com/yaml/yamlscript/releases/tag/0.1.20
This is my first attempt at creating a GitHub release for YAMLScript.
It ships the YAMLScript compiler/runner CLI ys
as a binary executable install for Linux x86_64 and macOS aarch64 so far.
I made a quick install script that you can run like:
$ curl | PREFIX=~/local bash # -> ~/local/bin/ys
$ ys --version
YAMLScript 0.1.20
I wrote a blog post about installing YS here: https://yamlscript.org/posts/advent-2023/dec-05/
I'd love if people could try out the installer and give me feedback, either here or in #C05HQFMTURF👏 3