dzoe changed the topic of #racket to: Racket v8.0 has been released: https://blog.racket-lang.org/2021/02/racket-v8-0.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
rgherdt has quit [Ping timeout: 240 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
phillbush has quit [Quit: Leaving]
phillbush has joined #racket
acarrico has joined #racket
phillbush has quit [Ping timeout: 265 seconds]
kupi has quit [Quit: Connection closed for inactivity]
phillbush has joined #racket
jjjd has joined #racket
phillbush has quit [Quit: Leaving]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
m455 has quit [Quit: WeeChat 2.3]
caente has quit [Ping timeout: 265 seconds]
m455 has joined #racket
dataangel has quit [Quit: ERC (IRC client for Emacs 27.1)]
badkins has joined #racket
badkins has quit [Ping timeout: 268 seconds]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #racket
narimiran has joined #racket
cobax has quit [Quit: Connection closed]
libertyprime has joined #racket
orivej has quit [Ping timeout: 240 seconds]
jjjd has quit [Ping timeout: 240 seconds]
badkins has joined #racket
libertyprime has quit [Remote host closed the connection]
Sgeo has quit [Read error: Connection reset by peer]
badkins has quit [Ping timeout: 246 seconds]
rgherdt has joined #racket
atharvaraykar has joined #racket
orivej has joined #racket
badkins has joined #racket
aeth has quit [Ping timeout: 240 seconds]
badkins has quit [Ping timeout: 240 seconds]
aeth has joined #racket
richbridger has quit [Remote host closed the connection]
aeth has quit [Ping timeout: 240 seconds]
aeth has joined #racket
phillbush has joined #racket
atharvaraykar has quit [Ping timeout: 246 seconds]
caente has joined #racket
juanfra has quit [Remote host closed the connection]
juanfra has joined #racket
badkins has joined #racket
orivej has quit [Ping timeout: 260 seconds]
astronavt has quit [Remote host closed the connection]
astronavt has joined #racket
astronavt has quit [Remote host closed the connection]
astronavt has joined #racket
astronavt has quit [Remote host closed the connection]
astronavt has joined #racket
orivej has joined #racket
rj has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
Sgeo has joined #racket
badkins has joined #racket
phillbush has quit [Quit: Leaving]
orivej has quit [Ping timeout: 268 seconds]
endformationage has joined #racket
badkins has quit [Remote host closed the connection]
dustyweb has quit [Ping timeout: 245 seconds]
dbmikus has joined #racket
dustyweb has joined #racket
astronavt has quit [Remote host closed the connection]
orivej has joined #racket
srandon111 has quit [Quit: leaving]
badkins has joined #racket
sxmx has quit [Quit: WeeChat 3.1]
phillbush has joined #racket
friscosam has joined #racket
m455 has quit [Quit: WeeChat 2.3]
m455 has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
m455 has quit [Quit: WeeChat 2.3]
badkins has joined #racket
badkins has quit [Ping timeout: 268 seconds]
narimiran has quit [Ping timeout: 240 seconds]
klltkr has joined #racket
tomaw has quit [Read error: Connection reset by peer]
tomaw has joined #racket
richbridger has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 252 seconds]
nullman has quit [Ping timeout: 240 seconds]
dbmikus has quit [Ping timeout: 240 seconds]
nullman has joined #racket
dbmikus has joined #racket
sxmx has joined #racket
caente has quit [Read error: Connection reset by peer]
caente has joined #racket
kupi has joined #racket
phillbush has quit [Quit: Leaving]
m455 has joined #racket
m455 has quit [Quit: WeeChat 2.3]
<yurb> I see the http-easy package is using `the-unsupplied-arg` as a placeholder value in function definitions: https://github.com/Bogdanp/racket-http-easy/blob/master/http-easy/http-easy/private/session.rkt#L100
<yurb> It seems like a nice alternative to `#f` if `#f` is otherwise a valid value for the argument
<yurb> I wonder though if there could be potential downsides to using it as opposed to, say, `racket/undefined`?
<yurb> Stylistically, I like `the-unsupplied-arg` better than `undefined` (maybe the JS fame of the latter makes me feel a little awkward with it)
<yurb> Also, `the-unsupplied-arg` just sounds/reads less ambiguous
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
rj has quit [Ping timeout: 240 seconds]
<friscosam> I think they work out about the same in practice. the-unsupplied-arg has a convenient predicate. undefined you have to write out something like (lambda (x) (eq? x undefined)) yourself.
aeth_ has joined #racket
aeth has quit [Disconnected by services]
aeth_ is now known as aeth
badkins has joined #racket
m455 has joined #racket