carp-lang / Carp

A statically typed lisp, without a GC, for real-time applications.
Apache License 2.0
5.52k stars 173 forks source link

fix: quasiquoting breaks List.pairs #1431

Closed hellerve closed 2 years ago

hellerve commented 2 years ago

This PR fixes Dynamic.List.pairs to not depend on quasiquoting for now, because that seems to break it for some reason 😬

Cheers