ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Check also http://www.picolisp.com for more information
aw- has joined #picolisp
freemint has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 244 seconds]
_whitelogger has joined #picolisp
m_mans has joined #picolisp
m_mans has quit [Ping timeout: 250 seconds]
abel-normand has joined #picolisp
jibanes has quit [Ping timeout: 240 seconds]
jibanes has joined #picolisp
DKordic has quit [Ping timeout: 246 seconds]
* razzy grown to like one letter variable. everybody else around him hates it with passion
orivej has joined #picolisp
<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.
<razzy> example here https://ptpb.pw/Fpxj
<tankf33der> (mapcar + (1 1) (2 2))
<tankf33der> try this
<tankf33der> what result?
<razzy> omg, how could i not seen it?
<razzy> it is official, i am braindamaged
<razzy> i mean more brain-damaged than i expected
rob_w has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
beneroth has joined #picolisp
<beneroth> hi all
<Regenaxer> Hi beneroth! Back from CCC?
<beneroth> no, still at congress. chilling in hall full of 'normal' people and art installations :)
<Regenaxer> Nice :)
<beneroth> I've got some group project which probably will be interesting for you and tankf33der
<Regenaxer> cool
<beneroth> video
<beneroth> more later
jibanes has quit [Ping timeout: 272 seconds]
jibanes has joined #picolisp
beneroth has quit [Ping timeout: 250 seconds]
alexshendi has joined #picolisp
abel-normand has quit [Ping timeout: 250 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 250 seconds]
alexshendi has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
jibanes has quit [Ping timeout: 245 seconds]
jibanes has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 272 seconds]
ubLIX has joined #picolisp
razzy has quit [Remote host closed the connection]
<Regenaxer> New PentiKeyboard released. Now allows also audio volume control :)
razzy has joined #picolisp
mtsd has joined #picolisp
ubLIX has quit [Quit: *cackles*]
<tankf33der> found a bug.
<tankf33der> bug is too strong word, but.
<tankf33der> cut code to minimum and still can reproduce.
<tankf33der> pil32 ok, pil64 fails.
<tankf33der> downgrade to latest stable version.
<Regenaxer> oh !
<Regenaxer> What kind of bug?
<tankf33der> wait 5 min, till check on 18.6
<Regenaxer> ok
<tankf33der> yea
<tankf33der> pil 32 and 64 works both ok on 18.6
<Regenaxer> What is ok and what not?
<tankf33der> try run this on pil64 first
<tankf33der> i see here:
<tankf33der> L
<tankf33der> [marble-K-bug.l:8] !? (K)
<tankf33der> K -- Undefined
<tankf33der> ?
<tankf33der> Press ENTER or type command to continue
<tankf33der> (version) is (18 12 21)
<tankf33der> pil32 prints 25 L's
<Regenaxer> Here it prints 25 L's
<Regenaxer> pil64 on arm64
<tankf33der> x64 ?
<Regenaxer> arm64
<tankf33der> can you try x64 ?
<Regenaxer> 18.12.27
<Regenaxer> ok
<tankf33der> downloading 18 12 27
<Regenaxer> same
<Regenaxer> 25 L's
<Regenaxer> I had a bug for a few days
orivej has joined #picolisp
<Regenaxer> push/pop in io.l
<Regenaxer> see the differences
<Regenaxer> I removed too much when removing *Tsm
<Regenaxer> 25dec18
<Regenaxer> Bug in *Tsm removal
<Regenaxer> {src64,pilos/src}/io.l
<Regenaxer> < # 24dec18abu
<Regenaxer> ---
<Regenaxer> > # 25dec18abu
<Regenaxer> 5051a5052
<Regenaxer> > push Y
<Regenaxer> 5098a5100,5101
<Regenaxer> > jeq 20
<Regenaxer> > cmp B (char "\"") # Double quote?
<Regenaxer> 5126a5130
<Regenaxer> > pop Y
<tankf33der> yea
<tankf33der> latest picoLisp both pils works.
<Regenaxer> So my fault
<Regenaxer> yep
<Regenaxer> It was my stupidity
<tankf33der> lucky me.
<tankf33der> its ok.
<Regenaxer> I thought Y is not use in that code range ;)
<Regenaxer> You are a very good bug hunter! :)
<tankf33der> :)
<Regenaxer> I noticed this bug only after a few days
<Regenaxer> because it happens only if symbols are 'print'ed
<tankf33der> he
<Regenaxer> Not often in applications
<Regenaxer> Apps use 'prin' or DB I/O, not much 'print'
<Regenaxer> I noticed when using 'pp'
<Regenaxer> during debugging
<tankf33der> afk
<Regenaxer> Thanks!
<Regenaxer> I go to bed soon too :)
<Regenaxer> afp
mtsd has quit [Quit: WeeChat 1.6]
razzy has quit [Ping timeout: 250 seconds]
rob_w has quit [Read error: Connection reset by peer]