phillbush has quit [Remote host closed the connection]
sagax has joined #racket
notzmv has quit [Read error: No route to host]
notzmv has joined #racket
caente has quit [Ping timeout: 272 seconds]
endformationage has quit [Quit: WeeChat 2.9]
PlasmaStrike has joined #racket
sm2n_ has joined #racket
sm2n has quit [Ping timeout: 260 seconds]
notzmv has quit [Disconnected by services]
notzmv has joined #racket
PlasmaStrike has quit [Ping timeout: 260 seconds]
orivej has joined #racket
catonano has joined #racket
PlasmaStrike has joined #racket
bocaneri has joined #racket
phillbush has joined #racket
mmohammadi9812 has joined #racket
orivej has quit [Ping timeout: 258 seconds]
phillbush has quit [Quit: Leaving]
greghendershott has quit [Quit: Connection closed for inactivity]
notzmv has quit [Read error: No route to host]
notzmv has joined #racket
narimiran has joined #racket
mmohammadi9812 has quit [Ping timeout: 260 seconds]
mmohammadi9812 has joined #racket
narimiran has quit [Ping timeout: 246 seconds]
epony has quit [Remote host closed the connection]
narimiran has joined #racket
epony has joined #racket
YuGiOhJCJ has joined #racket
narimiran has quit [Ping timeout: 265 seconds]
orivej has joined #racket
phillbush has joined #racket
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
Sgeo has quit [Read error: Connection reset by peer]
nullcone has quit [Quit: Connection closed for inactivity]
TCZ has joined #racket
ArneBab has joined #racket
ArneBab has quit [Quit: No Ping reply in 180 seconds.]
greghendershott has joined #racket
aliasless_ has joined #racket
epony has quit [*.net *.split]
aliasless has quit [*.net *.split]
`micro has quit [*.net *.split]
kawzeg has quit [*.net *.split]
TCZ has quit [Quit: Diabe? tkwi w szczegó?ach]
`micro has joined #racket
terrorjack has quit [*.net *.split]
kawzeg has joined #racket
lexi-lambda has quit [*.net *.split]
epony has joined #racket
terrorjack has joined #racket
lexi-lambda has joined #racket
terrorjack has quit [Max SendQ exceeded]
caente has joined #racket
terrorjack has joined #racket
yurb has quit [Ping timeout: 240 seconds]
peddie has quit [Ping timeout: 240 seconds]
mirrorbird has joined #racket
jA_cOp has quit [Ping timeout: 260 seconds]
Helios has quit [Ping timeout: 260 seconds]
BitPuffin has quit [Ping timeout: 244 seconds]
ArneBab has joined #racket
BitPuffin has joined #racket
peddie has joined #racket
acarrico has joined #racket
ArneBab has quit [Remote host closed the connection]
Helios has joined #racket
yurb has joined #racket
jA_cOp has joined #racket
teardown has quit [Ping timeout: 240 seconds]
ArneBab has joined #racket
teardown has joined #racket
TCZ has joined #racket
mirrorbird has quit [Ping timeout: 264 seconds]
bitmapper has quit [Quit: Connection closed for inactivity]
ArneBab has quit [Quit: No Ping reply in 180 seconds.]
true-grue has joined #racket
PlasmaStrike has quit [Ping timeout: 240 seconds]
bitmapper has joined #racket
orivej has quit [Ping timeout: 256 seconds]
TCZ has quit [Quit: Diabe? tkwi w szczegó?ach]
<dzoe>
Hmmm.... errortrace really does have a huge performance impact.
<dzoe>
But is super helpful when chasing very subtle errors.
<jA_cOp>
Can I execute a module where the source file is standard input? I tried `racket -` but it tries to look for a file named `-`. It seems to work in load mode with `racket -f -`, but then it errors on the `#lang racket/base` directive. I'm trying to test a script on a remote machine like this: `ssh remote 'racket -' < myscript.rkt`
narimiran has joined #racket
mirrorbird has joined #racket
mmohammadi9812 has quit [Read error: Connection reset by peer]
mmohammadi9812 has joined #racket
izh_ has joined #racket
mmohammadi9812 has quit [Ping timeout: 256 seconds]
mmohammadi9812 has joined #racket
FreeFull has joined #racket
MetaHertz has joined #racket
endformationage has joined #racket
mister_m has joined #racket
ArneBab has joined #racket
arpunk has quit [Remote host closed the connection]
ArneBab has quit [Quit: No Ping reply in 180 seconds.]
arpunk has joined #racket
mirrorbird has quit [Quit: Leaving]
true-grue has quit [Read error: Connection reset by peer]
FreeFull has quit [Read error: Connection reset by peer]
acarrico has quit [Ping timeout: 246 seconds]
<yurb>
How to best represent a monetary amount in Racket types so that the math is exact? Implement my own decimal type?
<grym>
or do it in integer cents
aaaaaa has joined #racket
teardown has quit [Ping timeout: 240 seconds]
teardown has joined #racket
Sgeo has joined #racket
orivej has joined #racket
FreeFull has joined #racket
acarrico has joined #racket
TCZ has joined #racket
<yurb>
looking at the db module, I see `rational?` is used to represent postgres' `numeric` / `decimal` type without loss of precision