morte_ has quit [Remote host closed the connection]
libertyprime has joined #racket
rgherdt has quit [Ping timeout: 260 seconds]
libertyprime has quit [Ping timeout: 268 seconds]
tyson2 has quit [Remote host closed the connection]
libertyprime has joined #racket
morte_ has joined #racket
libertyprime has quit [Quit: leaving]
capfredf has joined #racket
capfredf has quit [Ping timeout: 268 seconds]
tyson2 has joined #racket
cwebber`` is now known as cwebber
cwebber has joined #racket
cwebber has quit [Changing host]
s-liao has quit [Ping timeout: 256 seconds]
Everything has quit [Quit: leaving]
schulze has quit [Ping timeout: 256 seconds]
Codaraxis_ has joined #racket
Codaraxis has quit [Ping timeout: 256 seconds]
morte_ has quit [Ping timeout: 240 seconds]
morte_ has joined #racket
s-liao has joined #racket
s-liao has quit [Quit: Ping timeout (120 seconds)]
sts-q has quit [Ping timeout: 256 seconds]
sts-q has joined #racket
capfredf has joined #racket
capfredf has quit [Ping timeout: 240 seconds]
codingquark has quit [Read error: Connection reset by peer]
codingquark has joined #racket
skapata has quit [Remote host closed the connection]
notzmv has quit [Ping timeout: 240 seconds]
s-liao has joined #racket
morte_` has joined #racket
morte_ has quit [Ping timeout: 252 seconds]
capfredf has joined #racket
capfredf has quit [Ping timeout: 256 seconds]
monkey_ has quit [Ping timeout: 240 seconds]
tyson2 has quit [Remote host closed the connection]
winny has quit [Ping timeout: 276 seconds]
winny has joined #racket
notzmv has joined #racket
s-liao has quit [Quit: Client closed]
s-liao has joined #racket
sagax has quit [Quit: Konversation terminated!]
sagax has joined #racket
Codaraxis__ has joined #racket
Codaraxis_ has quit [Ping timeout: 256 seconds]
capfredf has joined #racket
capfredf has quit [Ping timeout: 240 seconds]
Algernon69 has joined #racket
Algernon91 has joined #racket
libertyprime has joined #racket
Algernon69 has quit [Ping timeout: 268 seconds]
libertyprime has quit [Ping timeout: 240 seconds]
libertyprime has joined #racket
libertyprime has quit [Client Quit]
Avichi has joined #racket
rgherdt has joined #racket
morte_` has quit [Read error: Connection reset by peer]
morte_` has joined #racket
gproto23 has joined #racket
morte_` has quit [Read error: Connection reset by peer]
morte_` has joined #racket
schulze has joined #racket
morte_` has quit [Read error: Connection reset by peer]
morte_` has joined #racket
morte_` has quit [Read error: Connection reset by peer]
morte_` has joined #racket
Codaraxis_ has joined #racket
Codaraxis__ has quit [Ping timeout: 256 seconds]
<jakzale>
what is the racket's idiomatic way to iterate over list elements and their indexes? (for ([e lst] [i (length lst)]) <body>) for some list lst will iterate over the list twice.
Codaraxis_ has quit [Quit: Leaving]
<bremner>
jakzale: you can use in-naturals for that, I think