samth changed the topic of #racket to: Racket v7.8 has been released: https://blog.racket-lang.org/2020/08/racket-v7-8.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
teardown_ has joined #racket
fanta1 has quit [Remote host closed the connection]
rj has quit [Ping timeout: 246 seconds]
dan_f has quit [Remote host closed the connection]
teardown has quit [Ping timeout: 240 seconds]
rj has joined #racket
nullcone has joined #racket
rj has quit [Ping timeout: 268 seconds]
teardown has joined #racket
rj has joined #racket
teardown_ has quit [Ping timeout: 240 seconds]
rj has quit [Ping timeout: 264 seconds]
rj has joined #racket
teardown_ has joined #racket
teardown has quit [Ping timeout: 240 seconds]
teardown has joined #racket
teardown_ has quit [Remote host closed the connection]
teardown has quit [Ping timeout: 240 seconds]
teardown has joined #racket
dbmikus has joined #racket
rgherdt has quit [Ping timeout: 260 seconds]
rj has quit [Ping timeout: 256 seconds]
rj has joined #racket
rj has quit [Ping timeout: 272 seconds]
rj has joined #racket
dbmikus has quit [Ping timeout: 268 seconds]
uplime has quit [Ping timeout: 260 seconds]
zv has quit [Ping timeout: 256 seconds]
uplime has joined #racket
BitPuffin has quit [Ping timeout: 260 seconds]
BitPuffin has joined #racket
rj has quit [Ping timeout: 268 seconds]
rj has joined #racket
nperez_ has joined #racket
nperez has quit [Ping timeout: 258 seconds]
camelCaser has joined #racket
ccamel has quit [Read error: Connection reset by peer]
rj has quit [Ping timeout: 268 seconds]
rj has joined #racket
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #racket
nullcone has quit [Quit: Connection closed for inactivity]
rj has quit [Ping timeout: 260 seconds]
rj has joined #racket
phillbush has quit [Quit: Leaving]
orivej has quit [Ping timeout: 264 seconds]
rj has quit [Ping timeout: 240 seconds]
rj has joined #racket
acarrico has quit [Ping timeout: 268 seconds]
phillbush has joined #racket
rj has quit [Ping timeout: 240 seconds]
rj has joined #racket
phillbush has quit [Quit: Leaving]
phillbush has joined #racket
rj has quit [Ping timeout: 246 seconds]
caente has quit [Ping timeout: 246 seconds]
rj has joined #racket
narimiran has joined #racket
Fare has quit [Ping timeout: 260 seconds]
_whitelogger has joined #racket
endformationage has quit [Quit: WeeChat 2.9]
Fare has joined #racket
rj has quit [Ping timeout: 268 seconds]
rj has joined #racket
phillbush has quit [Quit: Leaving]
Fare has quit [Ping timeout: 260 seconds]
rj has quit [Ping timeout: 272 seconds]
rj has joined #racket
nshp has quit [Ping timeout: 272 seconds]
rj has quit [Ping timeout: 256 seconds]
rj has joined #racket
teardown has quit [Ping timeout: 240 seconds]
rj has quit [Ping timeout: 260 seconds]
rj has joined #racket
rj has quit [Ping timeout: 272 seconds]
rj has joined #racket
andreyorst has joined #racket
rj has quit [Quit: WeeChat 2.5]
andreyorst has quit [Quit: andreyorst]
andreyorst has joined #racket
true-grue has joined #racket
andreyorst has quit [Ping timeout: 260 seconds]
nebunez has quit [Ping timeout: 240 seconds]
andreyorst has joined #racket
gpanders has quit [Ping timeout: 264 seconds]
gpanders has joined #racket
gpanders has quit [Ping timeout: 256 seconds]
dhil has joined #racket
Sgeo has quit [Read error: Connection reset by peer]
gpanders has joined #racket
gpanders has quit [Ping timeout: 260 seconds]
fanta1 has joined #racket
rgherdt has joined #racket
narimiran has quit [Ping timeout: 240 seconds]
sm2n has joined #racket
andreyorst has quit [Ping timeout: 260 seconds]
evdubs_ has joined #racket
evdubs has quit [Ping timeout: 240 seconds]
evdubs_ is now known as evdubs
phillbush has joined #racket
narimiran has joined #racket
orivej has joined #racket
izh_ has joined #racket
andreyorst has joined #racket
<bremner> is it possible to have rackunit treat uncaught exceptions as test failures?
<bremner> I guess I can roll my own with a couple of syntax-rules
caente has joined #racket
<BitPuffin> huh, weird that I never noticed until now what a gotcha that empty? doesn't work on string is
Fare has joined #racket
izh_ has quit [Quit: Leaving]
<bremner> do other list primitives work on strings?
gpanders has joined #racket
Fare has quit [Ping timeout: 260 seconds]
notzmv has quit [Remote host closed the connection]
notzmv has joined #racket
notzmv has quit [Remote host closed the connection]
notzmv has joined #racket
nebunez has joined #racket
andreyorst has quit [Ping timeout: 256 seconds]
andreyorst has joined #racket
Fare has joined #racket
drewolson4 has joined #racket
drewolson has quit [Ping timeout: 240 seconds]
drewolson4 is now known as drewolson
Sgeo has joined #racket
dhil has quit [Ping timeout: 240 seconds]
narimiran has quit [Quit: leaving]
nebunez has quit [Remote host closed the connection]
nebunez has joined #racket
abraham has joined #racket
acarrico has joined #racket
abraham has quit [Quit: abraham]
fanta1 has quit [Quit: fanta1]
true-grue has quit [Read error: Connection reset by peer]
<dzoe> Well, empty? works on a string like a charm :)
<dzoe> (Meaning it correctly returns #f)
<willghatch> I just uploaded a new package: extenor. I'm interested in any feedback people may have.
abraham has joined #racket
<dzoe> willghatch: so it is basically a hash (or other dict) which behaves like a more dynamic (in runtime sense) struct?
<willghatch> dzoe: Yeah. It can have struct-type-properties and act like a struct or collection of structs, but also like a hash table.
<dzoe> Interesting ... I skimmed quickly through your notes and have to say I share your sentiment for generics.
<dzoe> The performance impact is not negligible.
<dzoe> The truth is, that prop:procedure also costs something.
<dzoe> For code that is not performance critical, I use it a lot though.
<dzoe> Dunno if I might give a reasonable feedback as I do not see any immediate use-case in my projects. But I really like the fact that you hacked it together to a pretty decent shape.
<dzoe> I suggest sending a quick note to the ML and ask for feedback there.
<dzoe> There were some discussions lately about structs (lack of) introspection here, so I assume, people will look at it.
<dzoe> (Says someone who is currently testing unsafe-struct*-ref)
Fare has quit [Ping timeout: 260 seconds]
urek has joined #racket
andreyorst has quit [Ping timeout: 265 seconds]
abraham has quit [Quit: abraham]
<BitPuffin> I mean sure it works as it should as a list primitive. It's just that the name sounds generic. And many other list primitives give you contract errors