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
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" "rpoi
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
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
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
: (