Researching #srfi 125. All I need is hash-table=? in guile.
It was broken in the "upstream".
Fixed in this pull request https://github.com/scheme-requests-for-implementation/srfi-125/pull/11
Trying to build and use with #guix.
After "guix build -f srfi-125.scm" or "guix shell -f srfi-125.scm guile -- guile" it builds with no error, but guile won't see the module. Although when I just do
"guile -l srfi/125.body.scm -l 125.scm"
or
"cd <build-dir/share/guile/site/3.0/srfi>; guile -l srfi/125.body.scm -l 125.scm"
works fine.
Willing to help?
See https://gist.github.com/shegeley/d42e737b7d758c3ec7fb6e9918abe81b (& comments)
#guile #guix #srfi