00:08
pie_ has quit [Ping timeout: 268 seconds]
00:11
ubLIX has quit [Quit: ubLIX]
00:12
eddof13 has quit [Ping timeout: 268 seconds]
00:46
ZombieChicken has quit [Quit: Have a nice day]
00:58
georges-duperon has quit [Remote host closed the connection]
00:59
georges-duperon has joined #racket
01:08
joebobjoe has quit [Ping timeout: 244 seconds]
01:34
lockywolf has joined #racket
01:45
joebobjoe has joined #racket
01:46
dan_f has joined #racket
01:50
joebobjoe has quit [Ping timeout: 252 seconds]
01:53
DGASAU has quit [Ping timeout: 260 seconds]
02:04
joebobjoe has joined #racket
02:12
joebobjoe has quit [Ping timeout: 252 seconds]
02:13
joebobjoe has joined #racket
02:19
dddddd has quit [Remote host closed the connection]
02:44
lockywolf has quit [Read error: Connection reset by peer]
02:45
lockywolf has joined #racket
02:46
wingsorc_ has quit [Ping timeout: 246 seconds]
03:06
orivej has quit [Ping timeout: 240 seconds]
03:13
acarrico has quit [Ping timeout: 252 seconds]
03:18
joebobjoe has quit [Ping timeout: 246 seconds]
03:19
lavaflow has quit [Ping timeout: 252 seconds]
03:31
joebobjoe has joined #racket
03:46
lavaflow has joined #racket
03:58
g00s has joined #racket
04:05
lockywolf has quit [Ping timeout: 260 seconds]
04:06
Sauvin has joined #racket
04:08
georges-duperon_ has joined #racket
04:09
georges-duperon has quit [Remote host closed the connection]
04:32
Guest24331 has quit [Ping timeout: 268 seconds]
04:39
lockywolf has joined #racket
04:57
libertyprime has quit [Ping timeout: 244 seconds]
05:10
joebobjoe has quit [Ping timeout: 252 seconds]
05:14
Lowl3v3l has quit [Quit: Leaving.]
05:18
libertyprime has joined #racket
05:26
Sauvin has quit [Quit: Leaving]
05:29
joebobjoe has joined #racket
05:36
lockywolf has quit [Ping timeout: 250 seconds]
05:38
Sauvin has joined #racket
05:38
dan_f has quit [Quit: dan_f]
05:41
dan_f has joined #racket
05:56
_whitelogger has joined #racket
06:02
libertyprime has quit [Quit: leaving]
06:11
slemonide has joined #racket
06:12
joebobjoe has quit [Ping timeout: 244 seconds]
06:12
slemonide has quit [Remote host closed the connection]
06:18
pera has quit [Ping timeout: 272 seconds]
06:56
georges-duperon_ has quit [Ping timeout: 252 seconds]
07:31
mzan has joined #racket
07:43
asumu has quit [Ping timeout: 250 seconds]
07:43
asumu has joined #racket
08:12
YuGiOhJCJ has joined #racket
08:29
joebobjoe has joined #racket
08:34
joebobjoe has quit [Ping timeout: 252 seconds]
09:26
georges-duperon_ has joined #racket
10:16
orivej has joined #racket
10:27
georges-duperon_ has quit [Ping timeout: 268 seconds]
10:54
iyzsong has joined #racket
12:39
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
12:51
iyzsong has quit [Read error: Connection reset by peer]
12:55
Lowl3v3l has joined #racket
12:59
iyzsong has joined #racket
13:09
joebobjoe has joined #racket
13:13
joebobjoe has quit [Ping timeout: 240 seconds]
13:30
odanoburu has joined #racket
13:30
beknoll_ has joined #racket
13:33
sleepnap has joined #racket
13:40
teardown has joined #racket
14:22
dbmikus has joined #racket
14:24
iclon_ has quit [Remote host closed the connection]
14:34
badkins_ has quit [Remote host closed the connection]
14:44
iclon has joined #racket
14:55
dbmikus has quit [Quit: WeeChat 2.2]
14:55
dbmikus has joined #racket
15:04
badkins has joined #racket
15:09
badkins has quit [Ping timeout: 272 seconds]
15:09
joebobjoe has joined #racket
15:13
badkins has joined #racket
15:14
joebobjoe has quit [Ping timeout: 252 seconds]
15:14
dbmikus_ has joined #racket
15:16
dbmikus has quit [Ping timeout: 252 seconds]
15:20
joebobjoe has joined #racket
15:23
joebobjoe has quit [Client Quit]
15:23
pera has joined #racket
15:25
qeval has quit [Remote host closed the connection]
15:25
tilpner has quit [Remote host closed the connection]
15:48
vraid has quit [Quit: Leaving]
16:06
qeval has joined #racket
16:10
tilpner has joined #racket
16:11
georges-duperon has joined #racket
16:46
acarrico has joined #racket
16:54
ubLIX has joined #racket
17:21
mzan has left #racket [#racket]
17:32
mahmudov has joined #racket
17:40
m4110c has joined #racket
17:42
<
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?
17:43
eddof13 has joined #racket
17:45
ubLIX has quit [Quit: ubLIX]
17:46
<
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)
18:01
<
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?
18:02
<
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
18:02
<
m4110c >
what is the correct way, to call a helper only once in a recursive function?
18:03
<
m4110c >
not possible, hum?
18:04
daftpunk has quit [Ping timeout: 264 seconds]
18:04
<
lexi-lambda >
It is certainly possible. What resources are you using to learn?
18:05
<
m4110c >
the racket documentation and google :-D
18:06
<
m4110c >
ok, I'll do so, thanks
18:07
dbmikus_ has quit [Ping timeout: 245 seconds]
18:25
pie_ has joined #racket
18:33
beknoll_ has quit [Ping timeout: 256 seconds]
18:34
vraid has joined #racket
18:37
dbmikus_ has joined #racket
18:42
dbmikus_ has quit [Ping timeout: 250 seconds]
18:43
dbmikus_ has joined #racket
18:52
<
badkins >
Looks like @para is expecting "pre-content?", so I gather @codeblock does
*not* produce pre-content?
19:06
<
badkins >
All I really want is to have control over indentation/spacing and place w/in a "box"
19:30
<
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.
19:36
pie_ has quit [Ping timeout: 272 seconds]
19:36
acarrico has quit [Ping timeout: 244 seconds]
19:46
daftpunk has joined #racket
19:47
<
daftpunk >
m4110c: use locals
19:51
georges-duperon has quit [Ping timeout: 246 seconds]
20:03
dan_f has quit [Quit: dan_f]
20:06
eddof13 has quit [Quit: eddof13]
20:06
pie_ has joined #racket
20:11
pie_ has quit [Ping timeout: 268 seconds]
20:12
pie_ has joined #racket
20:14
hel-io has joined #racket
20:16
DGASAU has joined #racket
20:18
hjek has joined #racket
20:22
acarrico has joined #racket
20:28
pie_ has quit [Remote host closed the connection]
20:28
pie_ has joined #racket
20:31
hel-io has quit [Ping timeout: 252 seconds]
20:31
hel-io_ has joined #racket
20:33
georges-duperon has joined #racket
20:34
pie_ has quit [Excess Flood]
20:35
pie_ has joined #racket
20:38
pierpa has joined #racket
20:40
<
m4110c >
daftpunk: thanks a lot!
20:41
CodeArtisan has joined #racket
20:44
pie_ has quit [Ping timeout: 245 seconds]
20:47
ubLIX has joined #racket
20:50
groovy2shoes has quit [Quit: moritura te salutat]
20:52
DGASAU has quit [Ping timeout: 250 seconds]
20:55
hel-io_ has quit [Remote host closed the connection]
20:56
eddof13 has joined #racket
20:59
pera has quit [Ping timeout: 268 seconds]
21:02
badkins has quit [Ping timeout: 252 seconds]
21:11
acarrico has quit [Ping timeout: 272 seconds]
21:11
dbmikus_ has quit [Ping timeout: 250 seconds]
21:13
pera has joined #racket
21:17
dbmikus_ has joined #racket
21:18
bartbes has quit [Quit: Reboot]
21:34
bartbes has joined #racket
21:39
georges-duperon has quit [Ping timeout: 240 seconds]
21:45
eddof13 has quit [Quit: eddof13]
21:46
eddof13 has joined #racket
21:48
dddddd has joined #racket
22:03
hjek has quit [Quit: Leaving.]
22:10
ubLIX has quit [Quit: ubLIX]
22:14
badkins has joined #racket
22:24
groovy2shoes has joined #racket
22:34
m4110c has quit [Quit: m4110c]
22:35
ubLIX has joined #racket
22:50
sleepnap has left #racket [#racket]
22:56
wingsorc_ has joined #racket
23:02
dbmikus_ has quit [Ping timeout: 252 seconds]
23:04
pie_ has joined #racket
23:15
pie_ has quit [Ping timeout: 268 seconds]
23:17
acarrico has joined #racket
23:22
ubLIX has quit [Quit: ubLIX]
23:23
hel-io has joined #racket
23:23
pie_ has joined #racket
23:31
hel-io_ has joined #racket
23:34
hel-io has quit [Ping timeout: 252 seconds]
23:35
eddof13 has quit [Quit: eddof13]
23:38
eddof13 has joined #racket
23:54
hel-io_ has quit [Remote host closed the connection]