tonyg changed the topic of #racket to: The Racket Programming Language -- https://racket-lang.org/ -- https://gather.town/app/wH1EDG3McffLjrs0/racket-users -- http://pasterack.org -- logged at https://libera.irclog.whitequark.org/racket/ -- This is the right place to ask for help with (Dr)Racket. Remember to wait around for an answer!
lucasta has joined #racket
avocadoist has quit [Ping timeout: 255 seconds]
skeemer has joined #racket
<skeemer> i don't understand why one cannot install docs without pullling in the entire drracket
<skeemer> also why does racket occupy so much space?
szkl has joined #racket
lucasta has quit [Remote host closed the connection]
szkl has quit [Quit: Connection closed for inactivity]
to-hu has joined #racket
to-hu1 has joined #racket
to-hu has quit [Ping timeout: 276 seconds]
to-hu1 is now known as to-hu
skapata has quit [Read error: Connection reset by peer]
danse-nr3 has joined #racket
avocadoist has joined #racket
danse-nr3 has quit [Ping timeout: 256 seconds]
avocadoist has quit [Remote host closed the connection]
avocadoist has joined #racket
avocadoist has quit [Remote host closed the connection]
avocadoist has joined #racket
simendsjo has joined #racket
avocadoist has quit [Remote host closed the connection]
<skeemer> is the channel dead? i guess
rgh has joined #racket
rgh is now known as ritog
ritog is now known as rito
danse-nr3 has joined #racket
danse-nr3 has quit [Ping timeout: 260 seconds]
to-hu has quit [Ping timeout: 240 seconds]
simendsjo has quit [Ping timeout: 252 seconds]
notzmv has joined #racket
szkl has joined #racket
skapata has joined #racket
dhil has joined #racket
<bremner> skeemer: it is not super active.
<bremner> I'm not sure if "why does racket occupy so much space" is a really a question I can answer. Compared to what?
<bremner> On debian you can install the racket documentation with "apt install racket-doc"
<skeemer> bremner: compared to other scheme/lisp implementations
<bremner> skeemer: most of the install size here is bytecode (compiled libraries) here
adium has quit [Excess Flood]
adium has joined #racket
LuxuryMode has quit [Quit: Connection closed for inactivity]
lowhope__ has joined #racket
krasjet has joined #racket
lowhope has quit [Ping timeout: 252 seconds]
cky has quit [Ping timeout: 252 seconds]
krj has quit [Ping timeout: 252 seconds]
ski has quit [Ping timeout: 252 seconds]
haskal has quit [Ping timeout: 252 seconds]
dhil has quit [Ping timeout: 252 seconds]
cky has joined #racket
dhil has joined #racket
<samth> skeemer: one answer is that the "racket-doc" package no longer depends on drracket: https://github.com/racket/racket/pull/3215
ski has joined #racket
<skeemer> samth: jaha
<skeemer> interesting!!!
rito has quit [Quit: Leaving]
rito has joined #racket
rito has quit [Remote host closed the connection]
rampart has joined #racket
dhil has quit [Ping timeout: 260 seconds]
lucerne has quit [Ping timeout: 256 seconds]
lucerne has joined #racket
<kengruven> is * in typed/racket just like ... in a contract?
<samth> kengruven: roughly yes
szkl has quit [Quit: Connection closed for inactivity]
notzmv has quit [Ping timeout: 268 seconds]
notzmv has joined #racket
<skeemer> is there anything smiilar to pip search ? i mean for searching for packages with raco?