basilisp-lang / basilisp

A Clojure-compatible(-ish) Lisp dialect targeting Python 3.8+
https://basilisp.readthedocs.io
Eclipse Public License 1.0
198 stars 4 forks source link

Added `merge-with` core fn #874

Closed ikappaki closed 4 months ago

ikappaki commented 4 months ago

Hi,

can you please consider patch to add support for the merge-with core fn. It resolves #860.

I have added a couple of test cases for the same.

Thanks