babashka / sci.configs

A collection of ready to be used SCI configs
https://babashka.org/sci.configs/
Other
19 stars 17 forks source link

Include clojure/core.match in sci #19

Open jwhitlark opened 1 year ago

jwhitlark commented 1 year ago

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 https://github.com/BetterThanTomorrow/joyride/issues/159

[ Optional: if you or your organization is sponsoring this project, please write "Sponsor" in this ticket for higher priority after vetting. ]