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
orivej has quit [Ping timeout: 240 seconds]
emacsomancer has quit [Read error: Connection reset by peer]
emacsomancer has joined #picolisp
_whitelogger has joined #picolisp
rob_w has joined #picolisp
orivej has joined #picolisp
beneroth has quit [Remote host closed the connection]
beneroth has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
<aw-> Regenaxer here?
<Regenaxer> yes, partially
<aw-> haha ok
<Regenaxer> (In the train, must change in a few mins)
<aw-> no rush here
<Regenaxer> :)
<aw-> just wondering how to use (bin) with negative numbers?
<Regenaxer> : (bin -5)
<Regenaxer> -> "-101"
<Regenaxer> ?
<Regenaxer> it does no 2-complement if you mean that
<aw-> ahhh ok
<aw-> yes that's what i meant
<aw-> ok i need to make a 2s completement function
<Regenaxer> There is no 2-complement in pil
<Regenaxer> as there is no word length
<Regenaxer> But it is easy
<aw-> yes just some bit ops
<Regenaxer> yeah
<Regenaxer> or follow the rule (dec (- N))
<Regenaxer> must change
<Regenaxer> well, the above is bit-not
<Regenaxer> I use a lot for masking, eg in pil21 src
<Regenaxer> bbl
orivej has joined #picolisp
tankf33der has quit []
Blue_flame has quit [Quit: killed]
Blue_flame has joined #picolisp
rob_w has quit [Remote host closed the connection]
_whitelogger has joined #picolisp
emacsomancer has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
<Regenaxer> PilBox is now powered by pil21!! ☺
<Regenaxer> Won't release yet, too dangerous
<DKordic> Congratulations! Android makes no sense to me. I have no idea how You did it.
<Regenaxer> No worry! :)
<Regenaxer> I don't like Android, but I need it
orivej has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
<shoshin> congrats! hoping to someday get something working with pilbox :)
orivej has joined #picolisp
libertas has joined #picolisp
<Regenaxer> Yes. I use it for my Apps now
<Regenaxer> But some are still unstable, will debug the next days
libertas has quit [Ping timeout: 260 seconds]
libertas has joined #picolisp
jibanes has quit [Ping timeout: 246 seconds]
jibanes has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #picolisp
libertas has quit [Quit: ZNC - https://znc.in]
libertas has joined #picolisp
orivej has quit [Ping timeout: 272 seconds]
<aw-> hmmm
<aw-> pil21 doesn't seem to have parens matching/highlighting like in pil64 repl