Hi! Not that anyone uses XMLRPC anymore but I'm happy to announce guile-xmlrpc 0.4.0. No code changes, just Guile 3 support.
https://github.com/aconchillo/guile-xmlrpc/ * About guile-xmlrpc is an XMLRPC module for Guile. Guile already has the wonderful sxml module that allows XML document creation and parsing. guile-xmlrpc goes one step further and combines sxml with some macros and procedures that simplifies even more the creation and parsing of XMLRPC documents. * Download Compressed sources and a GPG detached signature[*]: http://download.savannah.nongnu.org/releases/guile-xmlrpc/guile-xmlrpc-0.4.0.tar.gz http://download.savannah.nongnu.org/releases/guile-xmlrpc/guile-xmlrpc-0.4.0.tar.gz.sig [*] To verify download both files and then run: gpg --keyserver keys.openpgp.org \ --recv-keys 7CEC5511C8D057A9EF17470C54D4CC6FFC7468F4 gpg --verify guile-xmlrpc-0.4.0.tar.gz.sig * Changes since 0.3.0 https://github.com/aconchillo/guile-xmlrpc/blob/master/NEWS Bugs and comments can be reported at https://github.com/aconchillo/guile-xmlrpc/issues Happy hacking! Aleix