CLOS-like extensible instance initialization #1372
Labels
No labels
UX
active development
backlog
blocker
bootstrap
bounty
bug
dependencies
discussion
documentation
duplicate
enhancement
flaky test
help wanted
invalid
javascript
question
release
tendentious
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil#1372
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In CLOS, users can modularly declare how to initialize their slots based on keywords that will be used by make-instance, initialize-instance, reinitialize-instance, shared-initialize, and more.
Duncan Mak expresses the desire to use such a feature to port DEUCE / DUIM from Dylan. That would be a good opportunity to add these features.
See the CLHS: https://www.lispworks.com/documentation/HyperSpec/Body/07_.htm