scheme-live / live

Scheme library collection with yearly stable releases
https://scheme-live.github.io/live/
MIT License
16 stars 1 forks source link

Add list<? procedure #41

Closed lassik closed 2 years ago

lassik commented 2 years ago

I can't find anything like this in any SRFI, but maybe I just didn't look hard enough. Seems somewhat obvious to have.

lassik commented 2 years ago

vector<? would also be useful.

lassik commented 2 years ago

Should perhaps check for dotted lists, and raise an error in that case.