"๐Ÿ• YOU give $25. Employer adds $25. Dogs get $50 of help.
That's Deed. Search for Hope Paws Support Fund (EIN 41-4118400) ๐Ÿ’š
Learn more ๐Ÿ‘‰ https://hopepawsfund.org/corporate-workplace-daf-giving/
@join.deed #EmployeeBenefit #RescueDogs #Deed #Walmart #UnitedAirlines #Ford #Zuo"

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.

https://github.com/racket/zuo

Documentation: https://docs.racket-lang.org/zuo/index.html

Zuo is also available as a guix package!: https://packages.guix.gnu.org/packages/zuo

#Zuo #ZuoLang #Racket #guix #RacketLang #RacketLanguage

GitHub - racket/zuo: A tiny Racket for scripting

A tiny Racket for scripting. Contribute to racket/zuo development by creating an account on GitHub.

GitHub

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

Racket version 8.6 is now available from https://download.racket-lang.org/ As of this release: Racket has an "equal-always?" primitive that equates values that will stay the same even if mutated. See https://docs.racket-lang.org/reference/Equality...

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
Zuo: A Tiny Racket for Scripting