Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 23, 2024
1 parent 3c0aedb commit 83dfe62
Show file tree
Hide file tree
Showing 2 changed files with 644 additions and 639 deletions.
5 changes: 4 additions & 1 deletion src/sci/impl/copy_vars.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@
[sym]
`(copy-var ~sym clojure-core-ns {:copy-meta-from ~(core-sym sym)}))

)
(defmacro avoid-method-too-large [v]
(macros/? :clj
`(deref (delay ~v))
:cljs v)))

(defn macrofy*
([f] (vary-meta f #(assoc % :sci/macro true)))
Expand Down
Loading

0 comments on commit 83dfe62

Please sign in to comment.