Hi, I am pleased to announce version 0.3 of GNU Guile-RPC:
ftp://alpha.gnu.org/gnu/guile-rpc/guile-rpc-0.3.tar.gz ftp://alpha.gnu.org/gnu/guile-rpc/guile-rpc-0.3.tar.gz.sig The SHA-1 sum for these files are: 64c4a87bfa8cd14fe3b1933d414e2d4784a11851 guile-rpc-0.3.tar.gz 7345cac5f58f4362e316f65dac848ff2f7aa6995 guile-rpc-0.3.tar.gz.sig Further information, including documentation, is available at: http://www.gnu.org/software/guile-rpc/ This release is an important milestone since it adds a compiler for the XDR/RPC language. It also comes with a fabulously amusing toy NFS server that is illustrated here: http://www.gnu.org/software/guile-rpc/manual/html_node/Invoking-grpc_002dnfs_002dexport.html GNU Guile-RPC is an implementation of the ONC RPC and XDR standards, as defined in RFC 1831 and RFC 4506, respectively. It is released under the LGPLv3 or later. It allows the implementation of programs ("clients") that invoke procedures of other programs ("servers"), possibly located on remote machines. A well-known use of these protocols is NFS (the Network File System). GNU Guile-RPC is implemented entirely in Scheme, making use of Guile-R6RS-Libs for binary I/O [0]. It comes with a compiler for the XDR/RPC languages (the standard languages used to describe data types and RPC interfaces), which can be used both at compile-time and at run-time. It also has a "first-class" API to write XDR and RPC interface definitions. One limitation is that it currently only implements the null authentication flavor. Excerpt from the `NEWS' file: * New in GNU Guile-RPC 0.3 ** New features *** XDR/RPC language compiler, available through the `grpc-compile' command *** Toy NFS server providing access to Guile's variables, `grpc-nfs-export' *** Support for recursive XDR data types ** Bug fixes *** Fix encoding of vectors of floats, doubles *** Throw an exception if not enough struct fields are passed to `xdr-encode!' ** Documentation *** Add compiler documentation *** Add appendix on portability to other Scheme implementations Note that this is an alpha release, meaning that the API is still subject to change. Please send bug reports and comments to the [EMAIL PROTECTED]' mailing list. Thanks, Ludovic. [0] http://www.fdn.fr/~lcourtes/software/guile/guile-r6rs-libs-0.1.tar.gz