From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: GNU Guile 1.9.10 released (beta) Date: Thu, 15 Apr 2010 22:43:11 +0200 Message-ID: <87k4s8mops.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: dough.gmane.org 1271364234 5816 80.91.229.12 (15 Apr 2010 20:43:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2010 20:43:54 +0000 (UTC) Cc: guile-user@gnu.org To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Apr 15 22:43:53 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O2Vuc-0000A1-FY for guile-devel@m.gmane.org; Thu, 15 Apr 2010 22:43:46 +0200 Original-Received: from localhost ([127.0.0.1]:41096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2Vub-0003Oj-Nb for guile-devel@m.gmane.org; Thu, 15 Apr 2010 16:43:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2VuY-0003OC-QA for guile-devel@gnu.org; Thu, 15 Apr 2010 16:43:42 -0400 Original-Received: from [140.186.70.92] (port=55192 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2VuT-0003NN-NA for guile-devel@gnu.org; Thu, 15 Apr 2010 16:43:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2VuQ-0001eW-HM for guile-devel@gnu.org; Thu, 15 Apr 2010 16:43:37 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:56323) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2VuQ-0001eI-4R for guile-devel@gnu.org; Thu, 15 Apr 2010 16:43:34 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O2VuJ-0008NB-3t for guile-devel@gnu.org; Thu, 15 Apr 2010 22:43:27 +0200 Original-Received: from acces.bordeaux.inria.fr ([193.50.110.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Apr 2010 22:43:27 +0200 Original-Received: from ludo by acces.bordeaux.inria.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Apr 2010 22:43:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.lisp.guile.devel Original-Lines: 182 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: acces.bordeaux.inria.fr X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 26 Germinal an 218 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:94NxL5QGZ2P/hZSUMJ6laGCbikQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10226 gmane.lisp.guile.user:7752 Archived-At: --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable We are pleased to announce GNU Guile release 1.9.10. This may be the last pre-release before the 2.0 release. It provides many new noteworthy features, most notably the addition of a compiler and virtual machine. We encourage you to test them and provide feedback to `guile-devel@gnu.org'. The Guile web page is located at http://gnu.org/software/guile/, and among other things, it contains a link to the Guile FAQ and pointers to the mailing lists. Guile is an implementation of the Scheme programming language, with support for many SRFIs, packaged for use in a wide variety of environments. In addition to implementing the R5RS Scheme standard, Guile includes a module system, full access to POSIX system calls, networking support, multiple threads, dynamic linking, a foreign function call interface, and powerful string processing. Guile can run interactively, as a script interpreter, and as a Scheme compiler to VM bytecode. It is also packaged as a library so that applications can easily incorporate a complete Scheme interpreter/VM. An application can use Guile as an extension language, a clean and powerful configuration language, or as multi-purpose "glue" to connect primitives provided by the application. It is easy to call Scheme code From=20C code and vice versa. Applications can add new functions, data types, control structures, and even syntax to Guile, to create a domain-specific language tailored to the task at hand. Here are the compressed sources: ftp://alpha.gnu.org/gnu/guile/guile-1.9.10.tar.gz (4.9MB) Here are the GPG detached signatures[*]: ftp://alpha.gnu.org/gnu/guile/guile-1.9.10.tar.gz.sig To reduce load on the main server, use a mirror listed at: http://www.gnu.org/order/ftp.html Here are the MD5 and SHA1 checksums: 1ee7a94db25d37bca00e11a0698d6941 guile-1.9.10.tar.gz 1a3134fc05d5cdc5108dc4717c8a37bffccf19f4 guile-1.9.10.tar.gz [*] You can use either of the above signature files to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify guile-1.9.10.tar.gz.sig If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys EA52ECF4 and rerun the `gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.65 Automake 1.11.1 Libtool 2.2.6b Gnulib v0.0-3575-g128e4b8 This is a new release series with many new features and differences compared to 1.8. The complete list of changes compared to the 1.8.x series is available in the `NEWS' file. Changes since the 1.9.9 pre-release: ** Hygienic macros documented as the primary syntactic extension mechanism The macro documentation was finally fleshed out with some documentation on `syntax-case' macros, and other parts of the macro expansion process. See "Macros" in the manual, for details. ** Interactive Guile follows GNU conventions As recommended by the GPL, Guile now shows a brief copyright and warranty disclaimer on startup, along with pointers to more information. On the other hand, changing languages is more concise. ** Support for arbitrary procedure metadata Building on its support for docstrings, Guile now supports multiple docstrings, adding them to the tail of a compiled procedure's properties. For example: (define (foo) "one" "two" 3) (use-modules (system vm program)) (program-properties foo) =3D> ((name . foo) (documentation . "one") (documentation . "two")) Also, vectors of pairs are now treated as additional metadata entries: (define (bar) #((quz . #f) (docstring . "xyzzy")) 3) (use-modules (system vm program)) (program-properties bar) =3D> ((name . bar) (quz . #f) (docstring . "xyzzy")) This allows arbitrary literals to be embedded as metadata in a compiled procedure. ** Better documentation infrastructure for macros It is now possible to introspect on the type of a macro, e.g. syntax-rules, identifier-syntax, etc, and extract information about that macro, such as the syntax-rules patterns or the defmacro arguments. `(texinfo reflection)' takes advantage of this to give better macro documentation. ** Autocompilation for applications that use Guile as an extension langua= ge It used to be that only applications that ran Guile through the `scm_shell' function got the advantages of autocompilation. This has been changed so that all applications have autocompilation on by default. ** Better integration of Lisp nil `scm_is_boolean', `scm_is_false', and `scm_is_null' all return true now for Lisp's `nil'. This shouldn't affect any Scheme code at this point, but when we start to integrate more with Emacs, it is possible that we break code that assumes that, for example, `(not x)' implies that `x' is `eq?' to `#f'. This is not a common assumption. Refactoring affected code to rely on properties instead of identities will improve code correctness. That is to say, user code should test falsity with `if', not with `eq?'. ** Integration of lalr-scm, a parser generator Guile has included Dominique Boucher's fine `lalr-scm' parser generator as `(system base lalr)'. See "LALR(1) Parsing" in the manual, for more information. ** Documentation for the dynamic foreign function interface (FFI). See "Foreign Function Interface" in the manual, for more information. ** Unicode character set update to Unicode 5.2. ** And of course, the usual collection of bugfixes Interested users should see the ChangeLog for more information. You can follow Guile development in the Git repository and on the Guile mailing lists. Guile builds from the `master' branch of Git have version number 1.9.x. Guile versions with an odd middle number, e.g., 1.9.*, are unstable development versions. Even middle numbers indicate stable versions. This has been the case since the 1.3.* series. Please report bugs to `bug-guile@gnu.org'. We also welcome reports of successful builds, which can be sent to the same email address. Ludovic Court=E8s, on behalf of the Guile team. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) iEYEARECAAYFAkvHemYACgkQd92V4upS7PQcBQCglqKIzRhS9GpTKGuSSBzDL83q TREAoJNkaYYNM/jgMT+mcxwDjHGhq911 =4eHI -----END PGP SIGNATURE----- --=-=-=--