The module that provides the interface to SXPath was not clearly documented in
the manual.
I have provided a patch that does that to help future readers.
Muriithi Frederick Muriuki
https://fredmanglis.me.ke
PGP Key Fingerprint: F370 F409 854B 90E3 52F3 AB01 362B 0BB8 B81D 5A42From b77236cebea0
In current implementation of pointer->procedure, it use ffi_prep_cif.
So pointer->procedure just support foreign function with fixed amount of
arguments.
It's possible to support foreign function use varargs by using
ffi_prep_cif_var.
--
Retrieve my PGP public key:
gpg --recv-keys B3EBC086AB
Hi,
Reading through the gnu manual, I wanted to get a better handle on
some of @ module syntax introduced in:
https://www.gnu.org/software/guile/manual/html_node/Scripting-Examples.html
I cut and pasted fact and choose into their own files.
I used this version of choose:
Sorry about the fat finger automagic send from gmail...
Reading through the gnu manual, I wanted to get a better handle on
some of @ module syntax introduced in:
https://www.gnu.org/software/guile/manual/html_node/Scripting-Examples.html
I cut and pasted fact and choose into their own files.
I us