You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am attempting to create a function like so:
(defn $ [w] #(apply [w] %&))
however, %& is producing interesting JavaScript output that differs largely to Clojure's usage of %&.
Describe the solution you'd like
I'd like for this feature to be compiled in a similar way to how Clojure and Clojurescript utilise it.
e.g. right now, it is compiled into:
when it should be compiled into something like:
Is your feature request related to a problem? Please describe.
I am attempting to create a function like so:
however, %& is producing interesting JavaScript output that differs largely to Clojure's usage of %&.
Describe the solution you'd like
I'd like for this feature to be compiled in a similar way to how Clojure and Clojurescript utilise it.
e.g. right now, it is compiled into:
when it should be compiled into something like:
Is this out of scope of Squint or is this a reasonable request?
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: