aboutsummaryrefslogtreecommitdiff
path: root/tests/guile
AgeCommit message (Expand)Author
4 daysMinor inline code markup correction in README.W. Kosior
14 daysExport `define-immutable-record-type*' under extra alias `deftype'.W. 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
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