janet-lang / janet

A dynamic language and bytecode vm
https://janet-lang.org
MIT License
3.52k stars 227 forks source link

add catseq #1113

Closed ianthehenry closed 1 year ago

ianthehenry commented 1 year ago

While seq is a loop-based alternative to map, catseq is a loop-based alternative to mapcat.

I've written this macro in multiple projects now, and I think it's a good fit to include in the standard library.