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
orivej has quit [Ping timeout: 256 seconds]
nullcone has joined #racket
nullcone has quit [Excess Flood]
nullcone has joined #racket
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
endobson has joined #racket
dhil has quit [Ping timeout: 246 seconds]
endobson has quit [Client Quit]
ArneBab has joined #racket
endobson has joined #racket
tilpner_ has joined #racket
tilpner has quit [Ping timeout: 240 seconds]
tilpner_ is now known as tilpner
toxic_worm has quit [Quit: Diabe? tkwi w szczegó?ach]
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
endobson has joined #racket
ArneBab has quit [Read error: Connection reset by peer]
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
endobson has joined #racket
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
grym has joined #racket
endobson has joined #racket
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
grym has left #racket [#racket]
endobson has joined #racket
endobson has quit [Client Quit]
narimiran has joined #racket
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
caente has quit [Ping timeout: 246 seconds]
endobson has quit [Client Quit]
bitmapper has quit [Quit: Connection closed for inactivity]
phillbush has quit [Quit: Leaving]
endobson has joined #racket
endobson has quit [Client Quit]
dan_f has joined #racket
notzmv has quit [Read error: Connection reset by peer]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dan_f has quit [Quit: dan_f]
dan_f has joined #racket
dan_f has quit [Client Quit]
aaaaaa has quit [Ping timeout: 260 seconds]
aaaaaa has joined #racket
andreyorst has joined #racket
orivej has joined #racket
dhil has joined #racket
joshu has joined #racket
tfb has joined #racket
Diagon has joined #racket
tfb has quit [Remote host closed the connection]
tfb has joined #racket
tfb has quit [Remote host closed the connection]
tfb has joined #racket
Diagon has quit [Quit: Leaving]
tfb has quit []
andreyorst has quit [Ping timeout: 256 seconds]
BitPuffin has quit [Ping timeout: 240 seconds]
yurb has quit [Ping timeout: 246 seconds]
jA_cOp has quit [Ping timeout: 246 seconds]
peddie has quit [Ping timeout: 260 seconds]
Helios has quit [Ping timeout: 244 seconds]
phillbush has joined #racket
Sgeo has quit [Read error: Connection reset by peer]
jA_cOp has joined #racket
andreyorst has joined #racket
yurb has joined #racket
BitPuffin has joined #racket
Helios has joined #racket
true-grue has joined #racket
peddie has joined #racket
joshu has left #racket ["ERC (IRC client for Emacs 27.1)"]
joshu has joined #racket
aaaaaa has quit [Quit: leaving]
orivej has quit [Ping timeout: 264 seconds]
nullcone has quit [Quit: Connection closed for inactivity]
narimiran has quit [Ping timeout: 272 seconds]
narimiran has joined #racket
sagax has quit [Remote host closed the connection]
greghendershott has joined #racket
joshu has quit [Remote host closed the connection]
caente has joined #racket
dhil has quit [Ping timeout: 256 seconds]
sagax has joined #racket
orivej has joined #racket
TCZ has joined #racket
brainproxy has joined #racket
<brainproxy> when using `if`, how can I have 2 expressions evaluated in the then-expr?
<brainproxy> in clojure I would group with (do ...)
dhil has joined #racket
tilpner has quit [Quit: tilpner]
tilpner has joined #racket
TCZ has quit [Remote host closed the connection]
dan_f has joined #racket
brainproxy has quit [Quit: WeeChat 3.0]
moonishtea has joined #racket
endobson has joined #racket
moonishtea has quit [Client Quit]
dataangel has joined #racket
notzmv has joined #racket
<notzmv> o
notzmv has quit [Read error: No route to host]
notzmv has joined #racket
<bremner> rudybot: later tell brainproxy you can use begin, or switch to a cond
<rudybot> bremner: I asked `MemoServ' to forward the message to brainproxy.
notzmv has quit [Ping timeout: 256 seconds]
Sgeo has joined #racket
andreyorst has quit [Ping timeout: 265 seconds]
notzmv has joined #racket
sookablyat has quit [Quit: leaving]
narimiran has quit [Ping timeout: 246 seconds]
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
iGherghe has joined #racket
mirrorbird has joined #racket
iGherghe has quit [Remote host closed the connection]
bitmapper has joined #racket
catonano has joined #racket
catonano has quit [Quit: catonano]
notzmv has quit [Read error: No route to host]
notzmv has joined #racket
nullcone has joined #racket
nullcone has quit [Excess Flood]
nullcone has joined #racket
mirrorbird has quit [Quit: Leaving]
oats has joined #racket
<oats> howdy, I'm trying to get started with racket, and I want to use the threading library. I tried just (require threading) but racket can't find the collection. I tried to do 'raco pkg install threading', but it says it can't find the package on catalogs
<oats> this is all freshly installed on arch, racket 7.9
<oats> any ideas why this may be?
tilpner has quit [Remote host closed the connection]
tilpner has joined #racket
true-grue has quit [Read error: Connection reset by peer]
<bremner> oats: the package is called threading-lib, according to docs.racket-lang.org
<oats> bremner, I also tried that, same error :(
<bremner> hmm. It's already installed here, but I'm using 7.8 still.
<oats> is it possible my catalog is configured weirdly?
<bremner> how did you install racket? there was some issue with the package URL
<oats> through pacman (package manager)
<oats> build date fri nov 6 2020
<bremner> according to my mail archive, try: raco pkg config --set catalogs https://download.racket-lang.org/releases/7.9/catalog/ ""
<oats> heyy it's DLing
<oats> thanks friend
<bremner> great. I think this was fixed in a more global way, but I'd have to read through the whole thread again.
<oats> could you link me the thread?
<bremner> probably worth an arch bug report though
<oats> oh hey, racket 7.9-2 is out on arch servers as of a few days ago
<oats> wonder if that fixes it
<oats> perhaps I got unlucky :P