00:16
aw- has joined #picolisp
00:23
freemint has quit [Ping timeout: 256 seconds]
03:03
orivej has quit [Ping timeout: 246 seconds]
03:23
orivej has joined #picolisp
04:39
orivej has quit [Ping timeout: 244 seconds]
08:44
_whitelogger has joined #picolisp
09:21
m_mans has joined #picolisp
09:52
m_mans has quit [Ping timeout: 250 seconds]
10:30
abel-normand has joined #picolisp
10:48
jibanes has quit [Ping timeout: 240 seconds]
10:50
jibanes has joined #picolisp
11:03
DKordic has quit [Ping timeout: 246 seconds]
11:24
* razzy
grown to like one letter variable. everybody else around him hates it with passion
11:48
orivej has joined #picolisp
12:08
<
razzy >
i have several lists and i want to apply fun to cars of all lists, then cadr-s of all lists. and so on. is there some function? easy way? closest thing i find is
*mapc* but i did not find a way to make it work yet.
12:29
<
tankf33der >
(mapcar + (1 1) (2 2))
12:29
<
tankf33der >
try this
12:29
<
tankf33der >
what result?
12:33
<
razzy >
omg, how could i not seen it?
12:34
<
razzy >
it is official, i am braindamaged
12:41
<
razzy >
i mean more brain-damaged than i expected
13:01
rob_w has joined #picolisp
13:43
orivej has quit [Ping timeout: 240 seconds]
13:43
beneroth has joined #picolisp
14:15
<
Regenaxer >
Hi beneroth! Back from CCC?
14:16
<
beneroth >
no, still at congress. chilling in hall full of 'normal' people and art installations :)
14:16
<
Regenaxer >
Nice :)
14:22
<
beneroth >
I've got some group project which probably will be interesting for you and tankf33der
14:25
<
beneroth >
more later
14:50
jibanes has quit [Ping timeout: 272 seconds]
14:52
jibanes has joined #picolisp
14:53
beneroth has quit [Ping timeout: 250 seconds]
15:45
alexshendi has joined #picolisp
15:50
abel-normand has quit [Ping timeout: 250 seconds]
15:59
orivej has joined #picolisp
16:06
orivej has quit [Ping timeout: 250 seconds]
16:06
alexshendi has quit [Ping timeout: 240 seconds]
16:09
orivej has joined #picolisp
17:01
jibanes has quit [Ping timeout: 245 seconds]
17:03
jibanes has joined #picolisp
17:14
orivej has quit [Ping timeout: 240 seconds]
18:33
orivej has joined #picolisp
18:41
orivej has quit [Ping timeout: 272 seconds]
19:03
ubLIX has joined #picolisp
19:22
razzy has quit [Remote host closed the connection]
19:25
<
Regenaxer >
New PentiKeyboard released. Now allows also audio volume control :)
19:27
razzy has joined #picolisp
20:09
mtsd has joined #picolisp
20:27
ubLIX has quit [Quit: *cackles*]
21:09
<
tankf33der >
found a bug.
21:09
<
tankf33der >
bug is too strong word, but.
21:10
<
tankf33der >
cut code to minimum and still can reproduce.
21:12
<
tankf33der >
pil32 ok, pil64 fails.
21:13
<
tankf33der >
downgrade to latest stable version.
21:13
<
Regenaxer >
What kind of bug?
21:13
<
tankf33der >
wait 5 min, till check on 18.6
21:16
<
tankf33der >
pil 32 and 64 works both ok on 18.6
21:16
<
Regenaxer >
What is ok and what not?
21:18
<
tankf33der >
try run this on pil64 first
21:19
<
tankf33der >
i see here:
21:19
<
tankf33der >
[marble-K-bug.l:8] !? (K)
21:19
<
tankf33der >
K -- Undefined
21:19
<
tankf33der >
Press ENTER or type command to continue
21:19
<
tankf33der >
(version) is (18 12 21)
21:20
<
tankf33der >
pil32 prints 25 L's
21:20
<
Regenaxer >
Here it prints 25 L's
21:20
<
Regenaxer >
pil64 on arm64
21:20
<
tankf33der >
can you try x64 ?
21:20
<
Regenaxer >
18.12.27
21:21
<
tankf33der >
downloading 18 12 27
21:21
<
Regenaxer >
I had a bug for a few days
21:21
orivej has joined #picolisp
21:22
<
Regenaxer >
push/pop in io.l
21:22
<
Regenaxer >
see the differences
21:22
<
Regenaxer >
I removed too much when removing *Tsm
21:23
<
Regenaxer >
25dec18
21:23
<
Regenaxer >
Bug in *Tsm removal
21:23
<
Regenaxer >
{src64,pilos/src}/io.l
21:23
<
Regenaxer >
< # 24dec18abu
21:23
<
Regenaxer >
> # 25dec18abu
21:23
<
Regenaxer >
5051a5052
21:23
<
Regenaxer >
> push Y
21:23
<
Regenaxer >
5098a5100,5101
21:23
<
Regenaxer >
> jeq 20
21:23
<
Regenaxer >
> cmp B (char "\"") # Double quote?
21:23
<
Regenaxer >
5126a5130
21:23
<
Regenaxer >
> pop Y
21:24
<
tankf33der >
latest picoLisp both pils works.
21:24
<
Regenaxer >
So my fault
21:24
<
Regenaxer >
It was my stupidity
21:24
<
tankf33der >
lucky me.
21:24
<
tankf33der >
its ok.
21:25
<
Regenaxer >
I thought Y is not use in that code range ;)
21:25
<
Regenaxer >
You are a very good bug hunter! :)
21:26
<
Regenaxer >
I noticed this bug only after a few days
21:27
<
Regenaxer >
because it happens only if symbols are 'print'ed
21:27
<
Regenaxer >
Not often in applications
21:27
<
Regenaxer >
Apps use 'prin' or DB I/O, not much 'print'
21:28
<
Regenaxer >
I noticed when using 'pp'
21:28
<
Regenaxer >
during debugging
21:34
<
Regenaxer >
Thanks!
21:34
<
Regenaxer >
I go to bed soon too :)
21:47
mtsd has quit [Quit: WeeChat 1.6]
23:46
razzy has quit [Ping timeout: 250 seconds]
23:54
rob_w has quit [Read error: Connection reset by peer]