aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
apprenticeRevert "Add syntactic sugar for initializing fields with list-values."W. Kosior5 months
 
 
AgeCommit messageAuthor
2024-07-27Revert "Add syntactic sugar for initializing fields with list-values."...This reverts commit 96982196c4fae2b053f931b5988e52d7cf80fe45. Rationale: that syntactic sugar is not really useful. HEADapprenticeW. Kosior
2024-07-27Revert "Test syntactic sugar for initializing fields with list-values."...This reverts commit c16ddd31b95bfbae290c01aac06c4992b01829fb. W. Kosior
2024-07-15Test syntactic sugar for initializing fields with list-values.W. Kosior
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-16Make GUILE_TEST_DRIVER precious with AC_ARG_VAR().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-12Remove guix.scmWojtek Kosior
2023-12-12Initial commit.Wojtek Kosior