Skip to content

Conversation

rmkaplan
Copy link
Contributor

The main improvement is that putting macros can be given commonLisp places and the getting macros return a commonLisp places (so they can be wrapped in CL:SETF, change, add...).

For example, to build a multidimensional histogram with indexing keys C1...Cn in a HIST field of a datatype bound to X, for each instance c1...cn do
(change (GETMULTI (fetch HIST of X) c1 ... cn) (ADD1 (OR DATUM 0))))

Also added a little bit more to the interface, cleaned up the implementation, and updated the documentation.

Copy link
Contributor

@pamoroso pamoroso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No build or usage issue on Linux Mint 22.1 Cinnamon.

@rmkaplan rmkaplan merged commit f004d43 into master Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants