summaryrefslogtreecommitdiff
path: root/src/guile
AgeCommit message (Expand)Author
2025-02-07Export `define-immutable-record-type*' under extra alias `deftype'.W. Kosior
2024-07-27Revert "Add syntactic sugar for initializing fields with list-values."•••This reverts commit 96982196c4fae2b053f931b5988e52d7cf80fe45. Rationale: that syntactic sugar is not really useful. 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-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