sci
sci copied to clipboard
Macro fns
CLJS has macro fns. This means that on call position calls can be handled by macros but in other usages they fall back to the function implementation. We can implement this is SCI so stuff like the js-interop library can profit from analysis-time optimizations.