Re: use of (+ N) in 'task and 'timeout

2021-05-24 Thread Alexander Burger
On Mon, May 24, 2021 at 08:03:35PM -0500, polifemo wrote: > As I refactor pil21 for my amusement, I've found the function '+ being used > on single numbers. What is this for? As far as I could think, it might have > to do something with formatting... but I really can't think of anything. > > here

use of (+ N) in 'task and 'timeout

2021-05-24 Thread polifemo
As I refactor pil21 for my amusement, I've found the function '+ being used on single numbers. What is this for? As far as I could think, it might have to do something with formatting... but I really can't think of anything. here are two examples, in related operations: (de timeout (N) (if2 N

Re: get the 'up value of a variable across a lambda

2021-05-24 Thread polifemo
Ok, I see my mistake. I assumed that let and the rest could create enclosing environments, when only a function call can. Another example I made of how to use 'up: : (de f () (and 1000 (up 1 @) @)) -> f : (and 10 (f)) -> 10 Thanks for the clarification alex! On Mon, May 24, 2021 at 12:55 AM

Re: any picolisp experiences with iSH on iOS ?

2021-05-24 Thread Mike
Hi, Alpine is one of primary test box for pil21 test farm. It passed full test suite. > Anyone have running a picolisp instance successfully on iOS or > busybox/Alpine? > (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

any picolisp experiences with iSH on iOS ?

2021-05-24 Thread O.Hamann
Hi all, some months ago, in the Apple App Store I stumbled over the 'iSH' App, which could be easily installed on iPhone 7 (iOS 14.4.2). (uname -a in the app console shows: iSH 1.1.1 (91) Dec 21 2020) (I did not jailbreak the iPhone - but it is from second hand and I do not know, what others