lexi-lambda changed the topic of #racket to: Racket v7.1 has been released: http://blog.racket-lang.org/2018/10/racket-v7-1.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
ng0 has joined #racket
libertyprime has joined #racket
ng0 has quit [Quit: Alexa, when is the end of world?]
notzmv has quit [Ping timeout: 268 seconds]
notzmv has joined #racket
meepdeew has quit [Remote host closed the connection]
notzmv has quit [Ping timeout: 240 seconds]
ubLIX has quit [Quit: ubLIX]
pera has quit [Ping timeout: 240 seconds]
pierpal has joined #racket
pierpal has quit [Remote host closed the connection]
pera has joined #racket
notzmv has joined #racket
pera has quit [Ping timeout: 268 seconds]
pera has joined #racket
adamgolding has joined #racket
<adamgolding> why doesn't ((lambda rest (apply + rest)) (list 1 2 3)) work?
<adamgolding> I'm trying to extend + to accept a list input as an exercise in understanding apply
<lexi-lambda> adamgolding: Since the lambda has a rest argument, and you passed only one argument (which is a list), then `rest` is bound to (list (list 1 2 3)).
<adamgolding> hrm
<lexi-lambda> I imagine you either wanted (lambda (rest) ....), ((lambda rest ....) 1 2 3), or (apply (lambda rest ....) (list 1 2 3)).
<lexi-lambda> Any of those would work.
<lexi-lambda> When you write (lambda x ....), then `x` is a *list* of all the arguments passed to the function.
<adamgolding> thanks
<adamgolding> originally I had (define f (lambda rest(apply + rest))) (define rest (list 1 2 3)) (apply + rest) (f rest)
dddddd has quit [Remote host closed the connection]
paroneayea has joined #racket
dustyweb has quit [Ping timeout: 250 seconds]
notzmv has quit [Ping timeout: 268 seconds]
cantstanya has quit [Ping timeout: 256 seconds]
cantstanya has joined #racket
FreeFull has quit []
jao has quit [Ping timeout: 250 seconds]
Lowl3v3l has quit [Quit: Leaving.]
endformationage has quit [Quit: WeeChat 2.3]
_whitelogger has joined #racket
notzmv has joined #racket
badkins has quit [Ping timeout: 250 seconds]
libertyprime has quit [Ping timeout: 240 seconds]
tonyg has quit [Ping timeout: 246 seconds]
libertyprime has joined #racket
Lowl3v3l has joined #racket
_whitelogger has joined #racket
m1dnight1 has quit [Quit: WeeChat 1.9.1]
m1dnight_ has joined #racket
pera has quit [Ping timeout: 240 seconds]
dustyweb_ has joined #racket
paroneayea has quit [Ping timeout: 268 seconds]
thallada has quit [Ping timeout: 246 seconds]
thallada has joined #racket
notzmv has quit [Ping timeout: 246 seconds]
YuGiOhJCJ has joined #racket
thallada has quit [Ping timeout: 240 seconds]
thallada has joined #racket
thallada has quit [Ping timeout: 268 seconds]
thallada has joined #racket
Falacer has joined #racket
libertyprime has quit [Ping timeout: 240 seconds]
dustyweb_ has quit [Ping timeout: 240 seconds]
orivej has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
tonyg has joined #racket
notzmv has joined #racket
ng0 has joined #racket
ZombieChicken has quit [Ping timeout: 256 seconds]
dddddd has joined #racket
audriu has joined #racket
ubLIX has joined #racket
YuGiOhJCJ has joined #racket
ym555 has joined #racket
Sgeo has quit [Read error: Connection reset by peer]
Sgeo has joined #racket
pierpal has joined #racket
jao has joined #racket
Sgeo has quit [Read error: Connection reset by peer]
Sgeo has joined #racket
pierpal has quit [Ping timeout: 244 seconds]
pierpal has joined #racket
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #racket
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #racket
<dzoe> Did anyone encounter button% not using [font my-font]? my-font is acquired from the-font-list and using it directly with dc<%> works perfectly.
<dzoe> I'm on 7.1.0.10 on armv7l (Raspberry Pi 64bit)
ubLIX has quit [Ping timeout: 240 seconds]
ym555 has quit [Quit: WeeChat 2.3]
pierpal has quit [Ping timeout: 250 seconds]
pierpal has joined #racket
pierpal has quit [Ping timeout: 240 seconds]
dbmikus has joined #racket
Lowl3v3l has quit [Remote host closed the connection]
endformationage has joined #racket
pierpal has joined #racket
badkins has joined #racket
badkins_ has joined #racket
badkins has quit [Ping timeout: 240 seconds]
meepdeew has joined #racket
dustyweb has joined #racket
dan_f has quit [Quit: dan_f]
dbmikus has quit [Ping timeout: 250 seconds]
dbmikus has joined #racket
badkins_ is now known as badkins
badkins has quit [Ping timeout: 244 seconds]
pera has joined #racket
pierpal has quit [Quit: Poof]
pierpal has joined #racket
kefin has joined #racket
<kefin> Does anyone have the racket 6.9 mirror? The old one appears invalidated, breaking my docker setup
badkins has joined #racket
sauvin has quit [Ping timeout: 245 seconds]
<bremner> I suppose snapshots.debian.org has it still
dustyweb has quit [Ping timeout: 246 seconds]
ubLIX has joined #racket
pera has quit [Ping timeout: 240 seconds]
meepdeew has quit [Remote host closed the connection]
pera has joined #racket
pierpal has quit [Quit: Poof]
pierpal has joined #racket
notzmv has quit [Ping timeout: 244 seconds]
kefin has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 244 seconds]
pera has quit [Ping timeout: 250 seconds]
dan_f has joined #racket
pera has joined #racket
dbmikus has quit [Ping timeout: 245 seconds]
orivej has joined #racket
dbmikus has joined #racket
ym555 has joined #racket
libertyprime has joined #racket
ZombieChicken has joined #racket
dustyweb has joined #racket
badkins has quit [Ping timeout: 240 seconds]
pera has quit [Ping timeout: 240 seconds]
pera has joined #racket
Falacer has quit [Ping timeout: 250 seconds]
sagax has joined #racket
ym555 has quit [Ping timeout: 252 seconds]
badkins has joined #racket
ym555 has joined #racket
audriu has quit [Quit: Leaving]
ubLIX has quit [Quit: ubLIX]
dbmikus_ has joined #racket
dbmikus has quit [Ping timeout: 250 seconds]
FreeFull has joined #racket
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #racket
pera has quit [Ping timeout: 246 seconds]
pera has joined #racket
pierpal has quit [Ping timeout: 245 seconds]
pera has quit [Ping timeout: 244 seconds]
pera has joined #racket
pierpal has joined #racket
pera has quit [Quit: leaving]
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #racket
spacetato has joined #racket
spacetato has quit [Client Quit]