pie_ has quit [Ping timeout: 268 seconds]
ubLIX has quit [Quit: ubLIX]
eddof13 has quit [Ping timeout: 268 seconds]
ZombieChicken has quit [Quit: Have a nice day]
georges-duperon has quit [Remote host closed the connection]
georges-duperon has joined #racket
joebobjoe has quit [Ping timeout: 244 seconds]
lockywolf has joined #racket
joebobjoe has joined #racket
dan_f has joined #racket
joebobjoe has quit [Ping timeout: 252 seconds]
DGASAU has quit [Ping timeout: 260 seconds]
joebobjoe has joined #racket
joebobjoe has quit [Ping timeout: 252 seconds]
joebobjoe has joined #racket
dddddd has quit [Remote host closed the connection]
lockywolf has quit [Read error: Connection reset by peer]
lockywolf has joined #racket
wingsorc_ has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 240 seconds]
acarrico has quit [Ping timeout: 252 seconds]
joebobjoe has quit [Ping timeout: 246 seconds]
lavaflow has quit [Ping timeout: 252 seconds]
joebobjoe has joined #racket
lavaflow has joined #racket
g00s has joined #racket
lockywolf has quit [Ping timeout: 260 seconds]
Sauvin has joined #racket
georges-duperon_ has joined #racket
georges-duperon has quit [Remote host closed the connection]
Guest24331 has quit [Ping timeout: 268 seconds]
lockywolf has joined #racket
libertyprime has quit [Ping timeout: 244 seconds]
joebobjoe has quit [Ping timeout: 252 seconds]
Lowl3v3l has quit [Quit: Leaving.]
libertyprime has joined #racket
Sauvin has quit [Quit: Leaving]
joebobjoe has joined #racket
lockywolf has quit [Ping timeout: 250 seconds]
Sauvin has joined #racket
dan_f has quit [Quit: dan_f]
dan_f has joined #racket
_whitelogger has joined #racket
libertyprime has quit [Quit: leaving]
slemonide has joined #racket
joebobjoe has quit [Ping timeout: 244 seconds]
slemonide has quit [Remote host closed the connection]
pera has quit [Ping timeout: 272 seconds]
georges-duperon_ has quit [Ping timeout: 252 seconds]
mzan has joined #racket
asumu has quit [Ping timeout: 250 seconds]
asumu has joined #racket
YuGiOhJCJ has joined #racket
joebobjoe has joined #racket
joebobjoe has quit [Ping timeout: 252 seconds]
georges-duperon_ has joined #racket
g00s has quit [Quit: Textual IRC Client: www.textualapp.com]
orivej has joined #racket
georges-duperon_ has quit [Ping timeout: 268 seconds]
iyzsong has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
iyzsong has quit [Read error: Connection reset by peer]
Lowl3v3l has joined #racket
iyzsong has joined #racket
joebobjoe has joined #racket
joebobjoe has quit [Ping timeout: 240 seconds]
odanoburu has joined #racket
beknoll_ has joined #racket
sleepnap has joined #racket
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
teardown has joined #racket
dbmikus has joined #racket
iclon_ has quit [Remote host closed the connection]
badkins_ has quit [Remote host closed the connection]
iclon has joined #racket
dbmikus has quit [Quit: WeeChat 2.2]
dbmikus has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 272 seconds]
joebobjoe has joined #racket
badkins has joined #racket
joebobjoe has quit [Ping timeout: 252 seconds]
dbmikus_ has joined #racket
dbmikus has quit [Ping timeout: 252 seconds]
joebobjoe has joined #racket
joebobjoe has quit [Client Quit]
pera has joined #racket
qeval has quit [Remote host closed the connection]
tilpner has quit [Remote host closed the connection]
vraid has quit [Quit: Leaving]
qeval has joined #racket
tilpner has joined #racket
georges-duperon has joined #racket
acarrico has joined #racket
ubLIX has joined #racket
mzan has left #racket [#racket]
mahmudov has joined #racket
m4110c has joined #racket
<m4110c> Hi, I have a short question regarding a helper function call. I have a recursive function that receives a list as a parameter, but needs to use the reversed list in its body. If I write a helper, that returns the reverted list, it will revert the list again on each recursion through the main function...how can I achieve, that the helper is called only once in the main recursive function?
eddof13 has joined #racket
ubLIX has quit [Quit: ubLIX]
<m4110c> e.g.: if I give the helper (list 1 2 3 4), and recursion starts, my main function will finally have gotten back (list 4 1 3 2) but I want (list 4 3 2 1)
<m4110c> no one?
<lexi-lambda> m4110c: Your question sounds like it’s come up during homework. Perhaps you’d be better served by asking an instructor and/or attending office hours?
<m4110c> yeah, but it's not. I'm trying to learn functional programming and I just can't get my head around this simple problem
<m4110c> what is the correct way, to call a helper only once in a recursive function?
<m4110c> not possible, hum?
daftpunk has quit [Ping timeout: 264 seconds]
<lexi-lambda> It is certainly possible. What resources are you using to learn?
<m4110c> the racket documentation and google :-D
<lexi-lambda> Consider looking at HtDP: https://htdp.org/2018-01-06/Book/
<m4110c> ok, I'll do so, thanks
dbmikus_ has quit [Ping timeout: 245 seconds]
pie_ has joined #racket
beknoll_ has quit [Ping timeout: 256 seconds]
vraid has joined #racket
dbmikus_ has joined #racket
dbmikus_ has quit [Ping timeout: 250 seconds]
dbmikus_ has joined #racket
<badkins> I'm trying to nest a @codeblock within a @para to no avail. Just started looking into Scribble today, so very much a newbie: https://gist.github.com/lojic/a3ebb2df02128e562cd60483ed146268
<badkins> Looks like @para is expecting "pre-content?", so I gather @codeblock does *not* produce pre-content?
<badkins> All I really want is to have control over indentation/spacing and place w/in a "box"
<badkins> Similar to this doc: https://jsonapi.org/examples/
<badkins> I suppose @verbatim would be better than @codeblock, but I'm still at a loss as to how to include that w/in a boxed paragraph.
pie_ has quit [Ping timeout: 272 seconds]
acarrico has quit [Ping timeout: 244 seconds]
<badkins> Looks like @nested will do what I need: https://gist.github.com/lojic/a3ebb2df02128e562cd60483ed146268
daftpunk has joined #racket
<daftpunk> m4110c: use locals
georges-duperon has quit [Ping timeout: 246 seconds]
dan_f has quit [Quit: dan_f]
eddof13 has quit [Quit: eddof13]
pie_ has joined #racket
pie_ has quit [Ping timeout: 268 seconds]
pie_ has joined #racket
hel-io has joined #racket
DGASAU has joined #racket
hjek has joined #racket
acarrico has joined #racket
pie_ has quit [Remote host closed the connection]
pie_ has joined #racket
hel-io has quit [Ping timeout: 252 seconds]
hel-io_ has joined #racket
georges-duperon has joined #racket
pie_ has quit [Excess Flood]
pie_ has joined #racket
pierpa has joined #racket
<m4110c> daftpunk: thanks a lot!
CodeArtisan has joined #racket
pie_ has quit [Ping timeout: 245 seconds]
ubLIX has joined #racket
groovy2shoes has quit [Quit: moritura te salutat]
DGASAU has quit [Ping timeout: 250 seconds]
hel-io_ has quit [Remote host closed the connection]
eddof13 has joined #racket
pera has quit [Ping timeout: 268 seconds]
badkins has quit [Ping timeout: 252 seconds]
acarrico has quit [Ping timeout: 272 seconds]
dbmikus_ has quit [Ping timeout: 250 seconds]
pera has joined #racket
dbmikus_ has joined #racket
bartbes has quit [Quit: Reboot]
bartbes has joined #racket
georges-duperon has quit [Ping timeout: 240 seconds]
eddof13 has quit [Quit: eddof13]
eddof13 has joined #racket
dddddd has joined #racket
hjek has quit [Quit: Leaving.]
ubLIX has quit [Quit: ubLIX]
badkins has joined #racket
groovy2shoes has joined #racket
m4110c has quit [Quit: m4110c]
ubLIX has joined #racket
sleepnap has left #racket [#racket]
wingsorc_ has joined #racket
dbmikus_ has quit [Ping timeout: 252 seconds]
pie_ has joined #racket
pie_ has quit [Ping timeout: 268 seconds]
acarrico has joined #racket
ubLIX has quit [Quit: ubLIX]
hel-io has joined #racket
pie_ has joined #racket
hel-io_ has joined #racket
hel-io has quit [Ping timeout: 252 seconds]
eddof13 has quit [Quit: eddof13]
eddof13 has joined #racket
hel-io_ has quit [Remote host closed the connection]