#zuo — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #zuo, aggregated by home.social.
-
Zuo: A Tiny Racket for Scripting
You should use Racket to write scripts. But what if you need something much smaller than Racket for some reason?
Zuo is a tiny Racket with primitives for dealing with files and running processes, and it comes with a
make-like embedded DSL.Documentation: https://docs.racket-lang.org/zuo/index.html
Zuo is also available as a guix package!: https://packages.guix.gnu.org/packages/zuo
-
Racket v8.6 introduced a new build system, #zuo :
> This release uses a new build system, Zuo, which is implemented as a little language, in accordance with the ideas of Language Oriented Programming (LOP). The implementation has a single C file (plus libraries implemented in Zuo), so it compiles easily. The zuo/build library is modeled on make and Shake for tracking dependencies and build steps.
blog.racket-lang.org/2022/08/r…Also:
> Racket supports Arm64 machines running Windows.
-
Racket v8.6 released!> This release uses a new build system, Zuo [ . . . ] The zuo/build library is modeled on make and Shake for tracking dependencies and build steps. See docs.racket-lang.org/zuo/index… and racket.discourse.group/t/new-b… I'm particularly interested in whether this improves or complicates Racket packaging in distros.
blog.racket-lang.org/2022/08/r…
#racket @racket
#zuo