johnmwise
2020-6-25 17:00:59

@johnmwise has joined the channel


yizheng
2020-6-25 19:06:35

@yizheng has joined the channel


pavpanchekha
2020-6-25 21:41:59

Is there anything like map or for but it goes as long as the longest list?


samth
2020-6-25 21:49:40

What would it do after the end of the shortest?


pavpanchekha
2020-6-25 22:12:39

In my case I wanted it to duplicate the last element


pavpanchekha
2020-6-25 22:12:45

So I ended up writing a named let


pavpanchekha
2020-6-25 22:13:00

But yielding #f or some other default seems OK?


samth
2020-6-25 22:27:57

I would use for and sequence-append