Created
July 11, 2022 22:17
-
-
Save rads/70ec80b583b55d8d96a7ba08e39466f7 to your computer and use it in GitHub Desktop.
This file contains 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
(ns - | |
(:require [borkdude.dynaload :refer [dynaload]])) | |
(defmacro doc [& args] | |
`(clojure.repl/doc ~@args)) | |
(def t (dynaload 'rads.tap/vals)) | |
(in-ns 'user) | |
(require '[- :refer :all]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment