beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
genpaku has quit [Remote host closed the connection]
genpaku has joined #picolisp
<tankf33der> Morning all
<tankf33der> Thinking about my version
<abu[m]> Good morning tankf33der!
<abu[m]> I would probably use 'enum' instead of 'idx' now. You have another idea?
<tankf33der> Yeah, idx looks strange here.
<tankf33der> I am thinking about use insert function on flat simple list
<tankf33der> i do understand how to INSERT in the middle in enum
<tankf33der> I meant i do Not understand how to insert
<abu[m]> I would say similar to 'idx'
<abu[m]> with a key with a middle value
seninha has joined #picolisp
<tankf33der> http://ix.io/4jLx
<abu[m]> Sorry, was on phone. Looks good I think!
<abu[m]> Instead of insert and for, perhaps 'seek' and 'append is easier?
<abu[m]> (let C ...) is not needed if you do (for (C . L) (val Q) ...
<abu[m]> Hmm, no, the 'let' is needed.
<tankf33der> yeah, tricky.
<abu[m]> ☺
rob_w has joined #picolisp
Regenaxer has left #picolisp [#picolisp]
rob_w has quit [Quit: Leaving]
beneroth has quit [Quit: Leaving]
cess11 has joined #picolisp
<cess11> hey
<abu[m]> Hi cess11
<cess11> seems pentikeyboard broke with a recent update, it renders constantly
<cess11> android 10
<abu[m]> Oh! I released a fix cause it did not work on Android 13
<cess11> it opens when switching applications and sometimes stops opening when entering a text field
<abu[m]> I tested on Android 11
<abu[m]> Is it the release from 24th of December?
<abu[m]> I made another release today, because the back button did not close it
<cess11> i think so, been like this for a couple of days or so
<abu[m]> I *hate* Android
<abu[m]> It did not work on Android 13, pehaps a bug in Android 13
<cess11> also hate it but i'm addicted to termux and penti so no real alternative
<abu[m]> (at least the guys on #android-dev said so
<abu[m]> Can you wait a few days to see if today's release improves anything?
<cess11> but then i'll wait for today's update to roll out and see
<cess11> yeah sure
<abu[m]> Thanks for the info!
<cess11> took a while to realise it was penti itself and not discord or some other crapware that was causing the issues, it's been really, really solid for years
<abu[m]> I see
<abu[m]> If today's release also fails, I will build a version from the previous sources and make it available separately
<cess11> thanks, in that case that'd be sweet
<abu[m]> Oh, I can see that today's release is already in PlayStore
<abu[m]> I installed on my old Android 7 tablet. Works, but behaves strangely. I keeps popping up even if closed with F-Q
<cess11> sounds similar to the issue i'm having
<abu[m]> yeah
<abu[m]> "renders constantly" in a penetrant way
<abu[m]> The only way to get rid of it is F-Q, but at the next focus change it pops up again
<abu[m]> Strange. On Android 11 and 13 it works perfectly
<cess11> yep, that's it. also pops up when i open the camera without disabling screen lock
<cess11> interestingly the os actually tries to use the input from penti even if there's no text field so it renders a border around some button when i press space
<abu[m]> right
clacke has joined #picolisp