MarcelineVQ 2017-03-08 07:03:55
juicypixels has pixelMap iirc
suica 2017-03-08 07:04:34
glguy: thanks
suica 2017-03-08 07:04:53
i should probably just stick with map and concat
thatguy 2017-03-08 07:19:30
if I need to randomly resort my list often, is it better to use arrays?
kadoban 2017-03-08 07:23:11
thatguy: What does "randomly resort" mean? Is it always sorting by the same comparison function, or?
_sras_ 2017-03-08 07:23:15
What is the best way to read some multiline content from stdin, like contents of a text file piped to the program?