ChanServ changed the topic of #racket to: The Racket Programming Language -- https://racket-lang.org/ -- https://racket.discourse.group/ -- http://pasterack.org -- logged at https://libera.irclog.whitequark.org/racket/ -- This is the right place to ask for help with DrRacket. Remember to wait around for an answer!
mwnaylor has quit [Remote host closed the connection]
mwnaylor has joined #racket
COMPL_EXE has quit [Read error: Connection reset by peer]
COMPL_EXE has joined #racket
hernan604 is now known as HER
Tuplanolla has quit [Ping timeout: 245 seconds]
bjorkintosh has joined #racket
cow_2001 has quit [Quit: ✡]
cow_2001 has joined #racket
lockywolf has joined #racket
m5zs7k has quit [Ping timeout: 272 seconds]
skapata has quit [Remote host closed the connection]
m5zs7k has joined #racket
tnt2 has joined #racket
tnt1 has quit [Ping timeout: 252 seconds]
tnt2 is now known as tnt1
tnt2 has joined #racket
tnt1 has quit [Ping timeout: 248 seconds]
tnt2 is now known as tnt1
notzmv has quit [Ping timeout: 260 seconds]
notzmv has joined #racket
tnt1 has quit [Ping timeout: 260 seconds]
tnt2 has joined #racket
tnt2 is now known as tnt1
tnt1 has quit [Ping timeout: 260 seconds]
tnt2 has joined #racket
tnt2 is now known as tnt1
_whitelogger has joined #racket
notzmv has quit [Read error: Connection reset by peer]
mwnaylor has quit [Ping timeout: 260 seconds]
bjorkintosh has quit [Remote host closed the connection]
tnt1 has quit [Quit: tnt1]
tnt1 has joined #racket
skapata has joined #racket
msv has quit [Read error: Connection reset by peer]
svm has joined #racket
svm is now known as msv
jA_cOp has joined #racket
<jA_cOp> Hi! Testing out Emacs ERC :) But am also wondering - is there an equivalent of the `racket -S <collect-path>` but for `raco exe`? I want to use `raco exe` with a local copy of a library
shawnw has joined #racket
yonkeltron has quit [Remote host closed the connection]
yonkeltron has joined #racket
tnt1 has quit [Ping timeout: 252 seconds]
tnt1 has joined #racket
fun-safe-math has quit [Quit: No Ping reply in 180 seconds.]
fun-safe-math has joined #racket
<samth> jA_cOp: you might use the `PLTCOLLECTS` environment variable, but probably better is using `raco pkg` to install the relevant code
Tuplanolla has joined #racket
dpk has quit [Remote host closed the connection]
dpk has joined #racket
mwnaylor has joined #racket
tnt2 has joined #racket
tnt1 has quit [Ping timeout: 260 seconds]
tnt2 is now known as tnt1
tnt1 has quit [Ping timeout: 245 seconds]
tnt2 has joined #racket
tnt2 is now known as tnt1
tnt1 has quit [Ping timeout: 246 seconds]
tnt2 has joined #racket
tnt2 is now known as tnt1
tnt2 has joined #racket
tnt1 has quit [Ping timeout: 244 seconds]
tnt2 is now known as tnt1
runrin has quit [Ping timeout: 248 seconds]
runrin has joined #racket
<jA_cOp> samth: thanks, I got it working with raco pkg install -t mylib
<jA_cOp> I'm trying to use demod to reduce the size of a program, but I get
<jA_cOp> "collection not found" about collection "racket": https://pastebin.com/6AArH1SL
<jA_cOp> (reduced example)
<jA_cOp> uh I didn't know ERC would split lines like that... interesting
<jA_cOp> I replaced all use of #lang racket with #lang racket/base in racket-cord,
<jA_cOp> but I guess it might indicate one of racket-cord deps still uses #lang racket?
<jA_cOp> demod is really awesome whenever I can get it working! :)