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
beneroth has quit [Quit: Leaving]
rob_w has joined #picolisp
msavoritias has joined #picolisp
rob_w_ has joined #picolisp
msavoritias has quit [Ping timeout: 268 seconds]
chexum has quit [Ping timeout: 260 seconds]
chexum has joined #picolisp
Zireael07 has joined #picolisp
<Zireael07> Hi Alex (abu), I was wondering if PicoLisp can do Android API things like vibration or keyboard IME? currently prototyping in HTML/JS :P but I can't do real input there (and vibration is limited)
<abu[7]> Hi Zireael07
<abu[7]> You mean in PilBox?
<abu[7]> Most things can be done
<abu[7]> Keyboard IME probably not, it needs a special App setup I think
<abu[7]> But sounds, vibrations, alarms are no problem
<abu[7]> E.g. the alarm clock in https://software-lab.de/wecker.zip
<Zireael07> yeah, via PilBox
<Zireael07> looks like I'll just dig into Penti source then, I can grok some basic Java... though I prefer Kotlin. the real pain is the SDKs and whatnots
<abu[7]> No need for Java, for PilBox you code it all via Lisp functions
<abu[7]> To play 5 tones: http://pb1n.de/?f29d98
casaca has quit [Remote host closed the connection]
cpli has quit [Read error: Connection reset by peer]
payphone has quit [Remote host closed the connection]
payphone has joined #picolisp
cpli has joined #picolisp
payphone has quit [Remote host closed the connection]
cpli has quit [Remote host closed the connection]
payphone has joined #picolisp
cpli has joined #picolisp
<Zireael07> abu, I want to create a custom keyboard/input method for android, tones are just a form of feedback to the user
<abu[7]> I think this is not possible with PilBox. A keyboard must be a special app of class InputMethodService, and installed into the System explicitly
<Zireael07> that's a bummer, I gotta look at how Penti was done then
bjorkintosh has joined #picolisp
bjorkintosh has joined #picolisp
geri has joined #picolisp
Zireael07 has quit [Quit: Konversation terminated!]
bjorkintosh has quit [Remote host closed the connection]
bjorkintosh has joined #picolisp
rob_w_ has quit [Remote host closed the connection]
geri has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
rob_w has quit [Quit: Leaving]
ellis has quit [Remote host closed the connection]
casaca has joined #picolisp