aboutsummaryrefslogtreecommitdiff
path: root/src/guile
AgeCommit message (Expand)Author
2024-07-15Add syntactic sugar for initializing fields with list-values.W. Kosior
2024-07-13Additionally export `format-identifiers'.W. Kosior
2023-12-16Allow using multiple expressions in field update form.Wojtek Kosior
2023-12-13Add syntax for field updaters....You can now do (define-immutable-record-type* my-record (counter #:default 0)) (define old-record (my-record (counter 1))) (my-record #:<- old-record (counter #:=> 1+)) or (my-record #:<- old-record (counter #:-> (1+ counter))) Wojtek Kosior
2023-12-12Initial commit.Wojtek Kosior
0f8b9cdea88211827b40a5b46aa4d9f062'>gnu: nsis: Update to 3.08....* gnu/packages/patches/nsis-source-date-epoch.patch: Drop this patch. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/patches/nsis-env-passthru.patch: Adjust the patch. * gnu/packages/installers.scm (make-nsis): Update to 3.08. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Vivien Kraus