Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created January 10, 2023 20:44
Show Gist options
  • Select an option

  • Save aamedina/cbfed877a1224152c52f717df404a0a2 to your computer and use it in GitHub Desktop.

Select an option

Save aamedina/cbfed877a1224152c52f717df404a0a2 to your computer and use it in GitHub Desktop.
make-instance
(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