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: allow String.concat to work on lists #1430

Closed hellerve closed 2 years ago

hellerve commented 2 years ago

This PR extends Dynamic.String.concat to also work on lists.

Cheers