Created
January 10, 2023 20:44
-
-
Save aamedina/cbfed877a1224152c52f717df404a0a2 to your computer and use it in GitHub Desktop.
make-instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defmulti make-instance | |
| "Creates and returns a new instance of the given class." | |
| {:arglists '([class & {:as initargs}])} | |
| type-of | |
| :hierarchy #'net.wikipunk.temple/*tree-of-life*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment