tonyg changed the topic of #racket to: The Racket Programming Language -- https://racket-lang.org/ -- https://gather.town/app/wH1EDG3McffLjrs0/racket-users -- http://pasterack.org -- logged at https://libera.irclog.whitequark.org/racket/ -- This is the right place to ask for help with (Dr)Racket. Remember to wait around for an answer!
evdubs has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
runrin has quit [Quit: leaving]
runrin has joined #racket
kimjetwav has quit [Remote host closed the connection]
badkins has quit [Remote host closed the connection]
notzmv has joined #racket
ur5us has joined #racket
ec has quit [Ping timeout: 240 seconds]
ec has joined #racket
ur5us has quit [Ping timeout: 248 seconds]
evdubs has quit [Quit: Leaving]
livoreno has joined #racket
ur5us has joined #racket
ur5us has quit [Remote host closed the connection]
ur5us has joined #racket
ur5us has quit [Ping timeout: 248 seconds]
ur5us has joined #racket
mon_aaraj has joined #racket
ur5us has quit [Ping timeout: 255 seconds]
mon_aaraj has quit [Ping timeout: 248 seconds]
mon_aaraj has joined #racket
mon_aaraj has quit [Quit: WeeChat 3.5]
mon_aaraj has joined #racket
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #racket
kenran has joined #racket
kenran has quit [Quit: WeeChat info:version]
emacsomancer has quit [Ping timeout: 255 seconds]
ec has quit [Remote host closed the connection]
ec has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 244 seconds]
ttree has quit [Ping timeout: 260 seconds]
m1dnight has quit [Ping timeout: 256 seconds]
lowak has quit [Remote host closed the connection]
lowak has joined #racket
m1dnight has joined #racket
emacsomancer has joined #racket
gproto23 has joined #racket
Avichi has joined #racket
notzmv has quit [Ping timeout: 244 seconds]
ur5us has joined #racket
livoreno has quit [Ping timeout: 244 seconds]
mon_aaraj has quit [Ping timeout: 248 seconds]
mon_aaraj has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
libertyprime has quit [Ping timeout: 248 seconds]
xgqt has quit [Remote host closed the connection]
xgqt has joined #racket
mon_aaraj has quit [Ping timeout: 240 seconds]
mon_aaraj has joined #racket
mon_aaraj has quit [Read error: Connection reset by peer]
mon_aaraj has joined #racket
notzmv has joined #racket
ur5us has quit [Ping timeout: 248 seconds]
mon_aaraj has quit [Ping timeout: 246 seconds]
mon_aaraj has joined #racket
tonyg has quit [Ping timeout: 256 seconds]
twosuns has joined #racket
tonyg has joined #racket
mon_aaraj has quit [Ping timeout: 248 seconds]
mon_aaraj has joined #racket
lowak has quit [Remote host closed the connection]
winny has quit [Write error: Broken pipe]
ec has quit [Write error: Connection reset by peer]
ec has joined #racket
lowak has joined #racket
winny has joined #racket
winny has quit [Remote host closed the connection]
badkins has joined #racket
winny has joined #racket
badkins has quit [Ping timeout: 244 seconds]
twosuns has quit [Quit: ...]
ec_ has joined #racket
ec has quit [Remote host closed the connection]
ec_ has quit [Ping timeout: 240 seconds]
ec_ has joined #racket
jao has joined #racket
winny has quit [Remote host closed the connection]
Avichi has quit [Quit: Client closed]
winny has joined #racket
mon_aaraj has quit [Ping timeout: 276 seconds]
mon_aaraj has joined #racket
m1dnight has quit [Ping timeout: 256 seconds]
m1dnight has joined #racket
mon_aaraj has quit [Ping timeout: 246 seconds]
mon_aaraj has joined #racket
ttree has joined #racket
lowak has quit [Remote host closed the connection]
lowak has joined #racket
mon_aaraj has quit [Ping timeout: 240 seconds]
ttree has quit [Remote host closed the connection]
ttree has joined #racket
mon_aaraj has joined #racket
ttree has quit [Ping timeout: 240 seconds]
FreeFull has joined #racket
badkins has joined #racket
badkins has quit [Remote host closed the connection]
mon_aaraj has quit [Ping timeout: 276 seconds]
mon_aaraj has joined #racket
ec_ has quit [Remote host closed the connection]
ec_ has joined #racket
mon_aaraj has quit [Ping timeout: 256 seconds]
notzmv has quit [Ping timeout: 244 seconds]
mon_aaraj has joined #racket
FreeFull has quit []
mon_aaraj has quit [Ping timeout: 246 seconds]
mon_aaraj has joined #racket
gproto23 has quit [Remote host closed the connection]
jao has quit [Ping timeout: 246 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 248 seconds]
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #racket
dostoevsky has quit [Ping timeout: 240 seconds]
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #racket
mon_aaraj has quit [Ping timeout: 246 seconds]
mon_aaraj has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 244 seconds]
twosuns has joined #racket
badkins has joined #racket
ur5us has joined #racket
msiism has joined #racket
livoreno has joined #racket
twosuns has quit [Quit: ...]
<msiism> I have a list of lists. Now I wonder how to add another list to that list of lists.
<msiism> s/add/append/
<msiism> I mean, I could build a new list of lists step by step, using cons, I guess. But that seems a little overkill just to add one list to a whole lot of other lists.
* msiism tries something.
<bremner> msiism: do you care which end it goes on? Why not just cons the new thing on the front?
<bremner> otherwise reverse, cons, reverse
<msiism> Yeah, I just realized that it would work that way.
<msiism> This should actually be fine without reversing the list.
<msiism> Probably even better that way because then the highest entry ID in my database would just be the car of the first sublist.
<msiism> Not sure if it being the car of the last sublist would be notably worse performance-wise.
<msiism> But then, relying on the highest ID always being in a certain position wouldn't be robust anyway.
badkins has quit [Remote host closed the connection]
msiism has left #racket [Konversation vaporized.]
badkins has joined #racket
ttree has joined #racket
badkins has quit [Ping timeout: 246 seconds]
badkins has joined #racket
monkey_ has joined #racket
badkins has quit [Ping timeout: 244 seconds]
Avichi has joined #racket
monkey_ has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 255 seconds]
ur5us has quit [Ping timeout: 248 seconds]
badkins has joined #racket
Avichi has quit [Ping timeout: 252 seconds]
badkins has quit [Ping timeout: 246 seconds]
badkins has joined #racket