Re: Array avoidance example

2020-11-12 Thread Alexander Burger
Hi Kashyap, > Could you please share the example where you shared how native code > interface could be used to malloc a section of the heap? I believe you > shared this in the last PiCon. I don't remember exactly, but it could have been something like (using pil21): # Allocate 99 bytes :

Re: Call native wrapper function with double argument

2020-11-12 Thread Alexander Burger
Hi Thorsten, welcome back! :) > I'm playing around with the native function again (after a long long time > ;-) and somehow I don't manage to call a native wrapper with double arg. > > Using rmath from R, random value from poisson distribution:^ > ## double› rpois(double); > ... > This works

Array avoidance example

2020-11-12 Thread C K Kashyap
Hi Alex, Could you please share the example where you shared how native code interface could be used to malloc a section of the heap? I believe you shared this in the last PiCon. Regards, Kashyap

Call native wrapper function with double argument

2020-11-12 Thread Thorsten Jolitz
Hello List, Hi Alex, I'm playing around with the native function again (after a long long time ;-) and somehow I don't manage to call a native wrapper with double arg. Using rmath from R, random value from poisson distribution:^ ## double› rpois(double); This works : (native "libRmath.so"

subscribe

2020-11-12 Thread Thorsten Jolitz

Re: Announcing: Posix Message Queues with PicoLisp

2020-11-12 Thread O.Hamann
Very nice, Alexander, thanks for sharing / pointing to those repos. I never thought to think about PMQ, but the way you documented the work and the easy entry with checks and tutorials allured me to have a look and perhaps I would go deeper because there was some (so far non-picolisp-)script