ng0 has quit [Read error: Connection reset by peer]
ng0 has joined #racket
massimo_zaniboni has joined #racket
massimo_zaniboni has left #racket [#racket]
mzan has quit [Ping timeout: 268 seconds]
mzan has joined #racket
vraid has joined #racket
peddie1 has quit [Read error: Connection reset by peer]
clacke[m] has quit [Remote host closed the connection]
clacke[m] has joined #racket
peddie1 has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
georges-duperon has joined #racket
Sgeo has quit [Read error: Connection reset by peer]
Sgeo has joined #racket
georges-duperon has quit [Ping timeout: 250 seconds]
ubLIX has joined #racket
dddddd has joined #racket
iyzsong has joined #racket
acarrico has joined #racket
georges-duperon has joined #racket
orivej has joined #racket
jao has joined #racket
sleepnap has joined #racket
ubLIX has quit [Ping timeout: 252 seconds]
iyzsong has quit [Read error: Connection reset by peer]
pera has quit [Quit: leaving]
georges-duperon has quit [Ping timeout: 252 seconds]
dan_f has quit [Quit: dan_f]
dbmikus has joined #racket
dbmikus_ has joined #racket
dbmikus has quit [Ping timeout: 252 seconds]
dan_f has joined #racket
ziyourenxiang has quit [Ping timeout: 268 seconds]
vraid has quit [Quit: Leaving]
eddof13 has joined #racket
eddof13 has quit [Client Quit]
DGASAU has quit [Remote host closed the connection]
DGASAU has joined #racket
pera has joined #racket
ski has quit [Ping timeout: 246 seconds]
Sauvin has quit [Remote host closed the connection]
ubLIX has joined #racket
groovy2shoes has quit [Quit: moritura te salutat]
mzan has left #racket [#racket]
eddof13 has joined #racket
orivej has quit [Ping timeout: 268 seconds]
groovy2shoes has joined #racket
eddof13 has quit [Quit: eddof13]
eddof13 has joined #racket
ski has joined #racket
orivej has joined #racket
pera has quit [Ping timeout: 268 seconds]
eddof13 has quit [Quit: eddof13]
eddof13 has joined #racket
Lucretia has joined #racket
eddof13 has quit [Quit: eddof13]
dan_f has quit [Quit: dan_f]
dan_f has joined #racket
<Lucretia>
I'm following the quick intro, I'm lost at lambda. Given "(series (lambda (size) (checkerboard (square size))))" I get that "(size)" is the paramater to the function and everything after is the body of the function, but where does it get the initial size from when it's called?
<bremner>
series will call lambda with the appropriate values for size.
<lexi-lambda>
Lucretia: the `series` function applies the lambda to three different sizes
<bremner>
heh. well, I feel more confident in my answer now.
* Lucretia
shrugs
<lexi-lambda>
in (define (series mk) ....), mk is bound to the lambda, and (mk 5), (mk 10), and (mk 20) call the lambda three times with different values for the argument.
dan_f has quit [Quit: dan_f]
<Lucretia>
oh
<Lucretia>
lexi-lambda: thanks
* Lucretia
is new to this fp stuff
ubLIX has quit [Quit: ubLIX]
<Lucretia>
that should be added to the doc really, this stuff needs to be explained as if nobody has come across lambda's before.
<Lucretia>
also, drracket has issues with dark desktop themes
<Lucretia>
bbl
eddof13 has joined #racket
eddof13 has quit [Client Quit]
eddof13 has joined #racket
<lexi-lambda>
Lucretia: I don’t think Quick is designed to be a comprehensive, pedagogically-sound introduction to functional programming
libertyprime has quit [Ping timeout: 268 seconds]
kurkuryo has joined #racket
libertyprime has joined #racket
eddof13 has quit [Quit: eddof13]
eddof13 has joined #racket
<Lucretia>
yeah
eddof13 has quit [Quit: eddof13]
<kurkuryo>
can someone help me ? In my project https://paste.pound-python.org/show/Wi77C6XZvHb2CtLrB6Hq/ , i am stuck , -barriers has been disappeared continuously. Our goal is let there is a road that the doll could walk on it and find the way to the exit. How could we fix it?
<kurkuryo>
can someone help me ? In my project https://paste.pound-python.org/show/Wi77C6XZvHb2CtLrB6Hq/ , i am stuck , -barriers has been disappeared continuously. Our goal is let there is a road that the doll could walk on it and find the way to the exit. How could we fix it?
eddof13 has joined #racket
kurkuryo has quit [Ping timeout: 256 seconds]
georges-duperon has joined #racket
zenspider has quit [Quit: bye]
zenspider has joined #racket
YuGiOhJCJ has joined #racket
kurkuryo has joined #racket
<kurkuryo>
can someone help me ? In my project https://paste.pound-python.org/show/Wi77C6XZvHb2CtLrB6Hq/ , i am stuck , -barriers has been disappeared continuously. Our goal is let there is a road that the doll could walk on it and find the way to the exit. How could we fix it?
pera has joined #racket
<lexi-lambda>
kurkuryo: Please do not spam the channel; if no one has answered your question yet, they will not be more likely to do so by posting it several times in a row.
<kurkuryo>
vraid , In my project https://paste.pound-python.org/show/Wi77C6XZvHb2CtLrB6Hq/ , i am stuck , -barriers has been disappeared continuously. Our goal is let there is a road that the doll could walk on it and find the way to the exit. How could we fix it?