00:39
razzy has joined #picolisp
01:42
aw- has joined #picolisp
04:57
cess11 has quit [*.net *.split]
04:57
Svjatoslav has quit [*.net *.split]
04:57
Svjatoslav has joined #picolisp
04:57
cess11 has joined #picolisp
07:32
hunar has joined #picolisp
07:34
<
hunar >
Hi :D I have two small questions How can I set cdr value of a cons cell (setq A (1)) (set (cdr A) (cons 2 NIL)) result should be (1 2) It has no use to me, i'm just curious.. in CL I can do it with setf
07:35
<
Regenaxer >
Hi Hunar! 'con' sets the CDR of a cell.
07:38
<
hunar >
Great :D Second question: why does this hang (mapcon '((N) N) (1 2 3)) and maybe more importantly, why cant i ctrl-C out of these type of hangs in pil :/
07:38
<
hunar >
I was expecting it to have the same result as (mapcon '((N) (copy N)) (1 2 3))
07:39
<
Regenaxer >
(1) yes, mapcon concatenates destructively
07:39
<
Regenaxer >
(2) seems it does not check for signals
07:40
<
Regenaxer >
Some tight loops do not check for signals, it is a performance tradeoff
07:41
<
hunar >
Now I got it :) thanks
07:45
<
Regenaxer >
You know you can stop it with Ctrl-\ right?
07:46
<
Regenaxer >
SIGQUIT
07:54
<
hunar >
Ooo that's very usefull .. I only knew Ctrl-C .. However it didn't work in WSL :/
07:55
<
Regenaxer >
It is a terminal setting
07:55
<
Regenaxer >
$ stty -a
07:56
<
Regenaxer >
... ; quit = ^\; ...
07:57
<
hunar >
My WSL has quit = ^\ in stty -a but pressing it doesn't do anything.. It worked in virtualbox/linux though
07:58
<
Regenaxer >
Lots of quirks in WSL
10:23
razzy has quit [Ping timeout: 245 seconds]
10:51
razzy has joined #picolisp
11:07
razzy has quit [Ping timeout: 265 seconds]
11:21
razzy has joined #picolisp
12:25
razzy has quit [Ping timeout: 260 seconds]
12:26
razzy has joined #picolisp
12:28
aw- has quit [Ping timeout: 252 seconds]
12:47
razzy has quit [Ping timeout: 260 seconds]
12:49
razzy has joined #picolisp
12:58
razzy has quit [Ping timeout: 265 seconds]
13:09
hunar has quit [Quit: Client closed]
18:15
beneroth has quit [Quit: Leaving]
19:02
razzy has joined #picolisp
22:35
stultulo has joined #picolisp
22:37
f8l has quit [Ping timeout: 250 seconds]