- Push latest MinGW Patchset upstream
- incorporate MinGW and/or Lilypond Patches
- Make Docker container images, MSI, MSIX for Guile
- Prep 'dev kit' for next Lisp Game Jam w/ Guile-SDL2, Chickadee for MinGW
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/local/bin/guile -s | |
!# | |
(use-modules (srfi srfi-1) ; fold, map etc | |
(srfi srfi-26) ; cut (partial application) | |
(srfi srfi-37) ; args-fold | |
(ice-9 ftw) | |
(ice-9 format) | |
(ice-9 i18n)) |