Hi Christopher,
Christopher Rodriguez skribis:
> Hello All,
>
> 1. Is there a way to call non-exported procedures from a module in
> Guile?
In general this is not recommended (if it’s private, it’s for a reason;
plus the compiler might choose to inline the procedure at its call
site(s), in whic
Hi!
Christopher Rodriguez writes:
> [[PGP Signed Part:Undecided]]
> Hello All,
>
> 1. Is there a way to call non-exported procedures from a module in
> Guile?
There is one but you should not use it. Instead you should send a patch
that adds an export to the previously private declaration.
And
Hello All,
1. Is there a way to call non-exported procedures from a module in
Guile?
I am looking to solve the non-determinism in one of the above-submitted
packages (dbqn), and per https://github.com/dzaima/BQN/issues/14 it
seems the issue is timestamps in jarfiles, which ant-build-system
handle