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.
Core.match works very well with rewrite-clj. It would be lovely to have them both in sci based projects, like joyride.
Describe the solution you'd like
(:require [clojure.core.match :refer [match]) works.
Describe alternatives you've considered
Living without. Case and cond can help, but are not as nice.
Is your feature request related to a problem? Please describe.
Core.match works very well with rewrite-clj. It would be lovely to have them both in sci based projects, like joyride.
Describe the solution you'd like
(:require [clojure.core.match :refer [match]) works.
Describe alternatives you've considered
Living without. Case and cond can help, but are not as nice.
Additional context
My personal use case is for joyride, particularly around parsing.
see BetterThanTomorrow/joyride#159
[ Optional: if you or your organization is sponsoring this project, please write "Sponsor" in this ticket for higher priority after vetting. ]
The text was updated successfully, but these errors were encountered: