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!
Tuplanolla has quit [Quit: Leaving.]
jeosol has quit [Quit: Client closed]
lqdev has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.2)]
morte has joined #racket
shawnw has joined #racket
shawnw has quit [Ping timeout: 258 seconds]
shawnw has joined #racket
aryehh has joined #racket
<aryehh> Megaparsack question. Any folks have an idea about what's up here? https://gist.github.com/abhillman/5b88789db204d72a65ebcfcd36e3711e
<aryehh> I am wondering if this might be a bug. `parsack` appears to handle in a relatively straightforward way (it does appear that `oneOfStrings` could be used instead here) https://gist.github.com/abhillman/6f304874b41e300911dbb1f2d9fdfb0d
aryehh has quit [Remote host closed the connection]
skapata has quit [Remote host closed the connection]
LuxuryMode has joined #racket
wonko-the-sane has quit [Remote host closed the connection]
Origin has quit [Ping timeout: 240 seconds]
alexsotodev has joined #racket
wonko-the-sane has joined #racket
LuxuryMode has quit [Quit: Connection closed for inactivity]
Origin has joined #racket
wonko-th1-sane has joined #racket
wonko-the-sane has quit [Ping timeout: 252 seconds]
morte has quit [Ping timeout: 244 seconds]
<Putonlalla> If I have a pattern `x ...` matching `a b c`, can I somehow map over it like `(map f (list x ...))` to produce the syntax `(f a) (f b) (f c)`?
cpli_ has joined #racket
oter_ has joined #racket
ifreund_ has joined #racket
sm2n_ has joined #racket
henrytill_ has joined #racket
casaca_ has joined #racket
jakzale_ has joined #racket
artyn_ has joined #racket
JoelMcCracken_ has joined #racket
ashpool_ has joined #racket
hexology- has joined #racket
djelic_ has joined #racket
matta_ has joined #racket
hexology has quit [*.net *.split]
init has quit [*.net *.split]
lucerne has quit [*.net *.split]
JoelMcCracken has quit [*.net *.split]
oter has quit [*.net *.split]
ifreund has quit [*.net *.split]
matta has quit [*.net *.split]
ashpool has quit [*.net *.split]
henrytill has quit [*.net *.split]
cpli has quit [*.net *.split]
artyn has quit [*.net *.split]
djelic has quit [*.net *.split]
casaca has quit [*.net *.split]
jakzale has quit [*.net *.split]
sm2n has quit [*.net *.split]
raghavgururajan has quit [*.net *.split]
ifreund_ is now known as ifreund
oter_ is now known as oter
matta_ is now known as matta
ashpool_ is now known as ashpool
JoelMcCracken_ is now known as JoelMcCracken
henrytill_ is now known as henrytill
cpli_ is now known as cpli
djelic_ is now known as djelic
casaca_ is now known as casaca
artyn_ is now known as artyn
sm2n_ is now known as sm2n
jakzale_ is now known as jakzale
cpli has quit [Write error: Connection reset by peer]
sm2n has quit [Write error: Connection reset by peer]
jakzale has quit [Write error: Connection reset by peer]
matta has quit [Read error: Connection reset by peer]
JoelMcCracken has quit [Read error: Connection reset by peer]
djelic has quit [Write error: Connection reset by peer]
artyn has quit [Write error: Connection reset by peer]
ashpool has quit [Write error: Connection reset by peer]
ifreund has quit [Write error: Connection reset by peer]
henrytill has quit [Remote host closed the connection]
casaca has quit [Write error: Connection reset by peer]
oter has quit [Remote host closed the connection]
listentolist has joined #racket
artyn has joined #racket
casaca has joined #racket
jakzale has joined #racket
ashpool has joined #racket
djelic has joined #racket
sm2n has joined #racket
ifreund has joined #racket
cpli has joined #racket
JoelMcCracken has joined #racket
henrytill has joined #racket
oter has joined #racket
matta has joined #racket
meimei has quit [Ping timeout: 252 seconds]
lucerne has joined #racket
init has joined #racket
lucerne has quit [Max SendQ exceeded]
meimei has joined #racket
lucerne has joined #racket
pounce has quit [Ping timeout: 258 seconds]
pounce has joined #racket
<_________> Putonlalla: something like this: (define-syntax mf (syntax-rules () ((_ f x ...) (map (lambda (z) `(f ,z)) (list x ...))))) (mf g 'a 'b 'c 1 2 3) ?
<Putonlalla> If I want to get the phase right, I have to do something like ``(syntax-case stx () ((_ x ...) #`(t #,@(map (lambda (y) #`(f #,y)) (syntax->datum #'(x ...))))))``.
<Putonlalla> That's a big mess, though.
morte_ has joined #racket
shawnw has quit [Ping timeout: 260 seconds]
lqdev has joined #racket
lqdev has quit [Remote host closed the connection]
lqdev has joined #racket
lqdev has quit [Client Quit]
morte_ is now known as morte
lqdev has joined #racket
lqdev has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.2)]
wonko-th1-sane has quit [Quit: leaving]
to-hu has joined #racket
skapata has joined #racket
morte has quit [Ping timeout: 255 seconds]
morte has joined #racket
to-hu has quit [Remote host closed the connection]
morte has quit [Remote host closed the connection]
ec has quit [Remote host closed the connection]
ec has joined #racket
Tuplanolla has joined #racket
morte_ has joined #racket
morte_ is now known as morte
space100062 has joined #racket
space100062 has quit [Ping timeout: 240 seconds]
morte has quit [Remote host closed the connection]
Tuplanolla has quit [Ping timeout: 240 seconds]
wonko-the-sane has joined #racket
morte has joined #racket
morte has quit [Ping timeout: 240 seconds]