Monday, 13 November 2006 Announcement ============ The members of the Components Team at Lawrence Livermore National Laboratory are pleased to announce Babel 1.0.2. What's New ========== The following features have been added, or completed, in this release: + C++ remote create/connect did not throw exceptions (issue399) + Configurable retry on failed connections (issue402) + Fixed problems with overloaded super methods in C++ (issue403) + Python None is now a valid NULL opaque (issue405) + SimpleOrb throws exception instead of seg faulting (issue406) + Parser report conflicting attributes instead of crashing (issue410) + Prevent #pragma line wrap (issue411) + Avoid wrapping preprocessor lines (413) + Use IF/THEN/ELSE instead of SELECT in F77 (issue416) + Checking for 64-bit integer string lengths for F77/F90 (issue417) + Simple Protocol did not properly return remote exceptions (issue418) + Fix array/object reference leaks during exceptions (issue419 issue421 issue422 issue423) + Add missing F90 use statement for enumerated types (issue420) (Also refer to the CHANGES file for more details.) What Babel Is ============= Babel is designed to address problems of language interoperability, particularly in scientific/engineering applications. At the simplest level, Babel generates glue code so that libraries written in one programming language are callable from other programming languages. Babel generates this glue code from an interface description written in SIDL, our Scientific Interface Definition Language. Babel supports full Object-Oriented features and exception handling even in non-OO languages such as C or Fortran77. Babel also addresses platform interoperability through its support for Remote Method Invocation (RMI), an object-oriented form of remote procedure calls (RPC). Babel RMI gives programmers the ability to write distributed programs with minimal change to their existing source. Supported Languages =================== Babel currently supports calling libraries written in C, C++, Fortran77, Fortran90, Java, or Python from drivers written in either C, C++, Fortran77, Fortran90, Python or Java. (Python support also requires the Numerical Python set of extensions at http://numpy.sourceforge.net/ ). Fortran90 requires CHASM 1.0.1 (or later) to be installed before Babel. Chasm 1.2.0 is required to use the gfortran F90 compiler. Supported Platforms =================== Linux Solaris AIX (except Python server) Mac OSX (not fully supported) Caveat ====== Babel is research in progress. This is a release candidate for a production release, but it is still supported by a research effort. Babel has been used on numerous projects now. Documentation for the newest features may not be complete. We suggest checking our WWW site for our recent presentations about new features. Availability ============ The software is available for free download at http://www.llnl.gov/CASC/components User Resources ============== Two email lists have been set up for the Babel community: babel-users@llnl.gov (unmoderated discussions) babel-announce@llnl.gov (announcements only) To subscribe to one or both of these email lists, send email to with the text "subscribe babel-announce", "subscribe babel-users", or both (one per line). Contacting the Authors ====================== If you have any questions or concerns with the installation process or usage of Babel, feel free to contact the project team at components@llnl.gov. To report bugs or suggest feature enhancements, please submit a report in the bug database at https://www.cca-forum.org/bugs/babel/, or send email to babel-bugs@cca-forum.org. $Id: ANNOUNCE 5744 2006-11-08 22:49:29Z epperly $