Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delegate #41

Closed
wants to merge 1 commit into from
Closed

Delegate #41

wants to merge 1 commit into from

Conversation

darkleaf
Copy link
Owner

No description provided.

@@ -62,3 +64,25 @@
nil
(catch Exception ex#
ex#)))

(defmacro delegate-factory [obj & other]
Copy link
Owner Author

Choose a reason for hiding this comment

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

delegating factory?

Comment on lines +69 to +73
`(reify
p/Factory
(dependencies [this#] (p/dependencies ~obj))
(build [this# deps#] (p/build ~obj deps#))
(demolish [this# obj#] (p/demolish ~obj obj#))
Copy link
Owner Author

Choose a reason for hiding this comment

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

let [obj# ~obj]

@darkleaf darkleaf closed this Jan 20, 2025
@darkleaf darkleaf deleted the delegate branch January 20, 2025 08:23
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.

1 participant