<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type='text'>PLNews: Programming Language News</title><link rel='alternate' type='text/html' hreflang='en' href='http://plnews.org/' /><link rel='self' type='application/atom+xml' href='http://plnews.org/index.atom' /><id>http://plnews.org/index.atom</id><subtitle type='text'>News, articles, announcements and information focusing on computer programming languages and their implementations.</subtitle><updated>2009-07-03T07:28:42Z</updated><author><name>http://plnews.org/</name><email>plnews@plnews.org</email></author><entry><title>Ctalk 0.0.96a rc3 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/ctalk_0096a_rc3_released_20090703_072842.html' /><id>http://plnews.org/posts/ctalk_0096a_rc3_released_20090703_072842.html</id><updated>2009-07-03T07:28:42Z</updated><published>2009-07-03T07:28:42Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.ctalklang.org/">Ctalk</a> 0.0.96a rc3 has been <a href="http://www.ctalklang.org/forums/?p=155">released</a>. Ctalk is an object-oriented extension to C.
</p>
<p>
This release includes support for defining methods that handle exceptions, and internal improvements.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/ctalk_0096a_rc3_released_20090703_072842.html'>Ctalk 0.0.96a rc3 Released</a></p></div></content></entry><entry><title>Squirrel 3.0 alpha 2 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/squirrel_30_alpha_2_released_20090703_072557.html' /><id>http://plnews.org/posts/squirrel_30_alpha_2_released_20090703_072557.html</id><updated>2009-07-03T07:25:57Z</updated><published>2009-07-03T07:25:57Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://squirrel-lang.org/">Squirrel</a> 3.0 alpha 2 has been <a href="http://squirrel-lang.org/forums/thread/3335.aspx">released</a>. Squirrel is a lightweight, embeddable language with a C-like syntax which offers higher-order functions, delegation, tail recursion, generators, exception handling, automated memory management, and more.
</p>
<p>
This alpha release includes: the addition of real free variables, a refactored function call implementation, the addition of sq_getfunctioninfo, a SQUSEDOUBLE compile-time flag to use double precision floats, support for cloning blobs, support for instantiating generators by calling sql_call() or closure.call(), bug fixes, and other changes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/squirrel_30_alpha_2_released_20090703_072557.html'>Squirrel 3.0 alpha 2 Released</a></p></div></content></entry><entry><title>Squirrel 2.2.3 stable Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/squirrel_223_stable_released_20090703_072347.html' /><id>http://plnews.org/posts/squirrel_223_stable_released_20090703_072347.html</id><updated>2009-07-03T07:23:47Z</updated><published>2009-07-03T07:23:47Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://squirrel-lang.org/">Squirrel</a> 2.2.3 stable has been <a href="http://squirrel-lang.org/forums/thread/3335.aspx">released</a>. Squirrel is a lightweight, embeddable language with a C-like syntax which offers higher-order functions, delegation, tail recursion, generators, exception handling, automated memory management, and more.
</p>
<p>
This release includes: the addition of sq_getfunctioninfo, the addition of a SQUSEDOUBLE compile-time flag to use double precision floats, the addition of sqstd_format, support for the instantiation of generators using sq_call() or closure.call(), bug fixes, and other changes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/squirrel_223_stable_released_20090703_072347.html'>Squirrel 2.2.3 stable Released</a></p></div></content></entry><entry><title>CUFP 2009 Call for Participation</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/cufp_2009_call_for_participation_20090703_072131.html' /><id>http://plnews.org/posts/cufp_2009_call_for_participation_20090703_072131.html</id><updated>2009-07-03T07:21:31Z</updated><published>2009-07-03T07:21:31Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
The <a href="http://cufp.galois.com/2009/main.html">2009 Commercial Users of Functional Programming Workshop</a> has put out a <a href="http://caml.inria.fr/pub/ml-archives/caml-list/2009/06/75df86f0b8a7b7e3fca99abe6e055a7e.en.html">call for participation</a>. "The goal of CUFP is to build a community for users of functional programming languages and technology, be they using functional languages in their professional lives, in an open source project (other than implementation of functional languages), as a hobby, or any combination thereof."
</p>
<p>
It will be held on September 4, 2009, co-located with <a href="http://www.cs.nott.ac.uk/~gmh/icfp09.html">ICFP 2009</a> in Edinburgh, Scotland.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/cufp_2009_call_for_participation_20090703_072131.html'>CUFP 2009 Call for Participation</a></p></div></content></entry><entry><title>ActivePython 3.1.0.1 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/activepython_3101_released_20090703_071811.html' /><id>http://plnews.org/posts/activepython_3101_released_20090703_071811.html</id><updated>2009-07-03T07:18:11Z</updated><published>2009-07-03T07:18:11Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.activestate.com/activepython/python3/">ActivePython</a> 3.1.0.1 has been <a href="http://mail.python.org/pipermail/python-announce-list/2009-June/007606.html">released</a>. ActivePython is a binary distribution of Python from <a href="http://www.activestate.com/">ActiveState</a>, supporting AIX, HP-UX, Linux, Solaris, Mac OS X, and Windows. 
</p>
<p>
This release includes an update to Python 3.1.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/activepython_3101_released_20090703_071811.html'>ActivePython 3.1.0.1 Released</a></p></div></content></entry><entry><title>CHICKEN 4.1.0rc1 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/chicken_410rc1_released_20090703_071558.html' /><id>http://plnews.org/posts/chicken_410rc1_released_20090703_071558.html</id><updated>2009-07-03T07:15:58Z</updated><published>2009-07-03T07:15:58Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.call-with-current-continuation.org/">CHICKEN</a> 4.1.0rc1 has been <a href="http://lists.gnu.org/archive/html/chicken-users/2009-07/msg00000.html">released</a>. CHICKEN is a portable Scheme compiler that emits C code. 
</p><br /><br /><p>From: <a href='http://plnews.org/posts/chicken_410rc1_released_20090703_071558.html'>CHICKEN 4.1.0rc1 Released</a></p></div></content></entry><entry><title>GHC 6.10.4 Release Candidate 1 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/ghc_6104_release_candidate_1_released_20090703_071341.html' /><id>http://plnews.org/posts/ghc_6104_release_candidate_1_released_20090703_071341.html</id><updated>2009-07-03T07:13:41Z</updated><published>2009-07-03T07:13:41Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.haskell.org/ghc/">Glasgow Haskell Compiler</a> <a href="http://www.haskell.org/ghc/dist/6.10.4-rc1/release-6-10-4.html">6.10.4</a> Release Candidate 1 has been <a href="http://www.haskell.org/pipermail/glasgow-haskell-users/2009-July/017481.html">released</a>. GHC is a portable, open-source, optimising Haskell 98 implementation. 
</p>
<p>
This release candidate includes bug fixes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/ghc_6104_release_candidate_1_released_20090703_071341.html'>GHC 6.10.4 Release Candidate 1 Released</a></p></div></content></entry><entry><title>PHP 5.2.10 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/php_5210_released_20090630_210925.html' /><id>http://plnews.org/posts/php_5210_released_20090630_210925.html</id><updated>2009-06-30T21:09:25Z</updated><published>2009-06-30T21:09:25Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.php.net/">PHP</a> <a href="http://www.php.net/ChangeLog-5.php#5.2.10">5.2.10</a> has been <a href="http://www.php.net/releases/5_2_10.php">released</a>. PHP is a general-purpose scripting language, suitable for Web development and embedding within HTML. 
</p>
<p>
This release includes bug and security fixes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/php_5210_released_20090630_210925.html'>PHP 5.2.10 Released</a></p></div></content></entry><entry><title>SBCL 1.0.29.54.rc1 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/sbcl_102954rc1_released_20090630_210612.html' /><id>http://plnews.org/posts/sbcl_102954rc1_released_20090630_210612.html</id><updated>2009-06-30T21:06:12Z</updated><published>2009-06-30T21:06:12Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.sbcl.org/">Steel Bank Common Lisp</a> 1.0.29.54.rc1 has been <a href="http://sourceforge.net/mailarchive/message.php?msg_name=633d72b0906290659g7f3202b5m2f48a8b086796379%40mail.gmail.com">released</a>. SBCL is a portable, open source ANSI Common Lisp implementation. 
</p>
<p>
This release candidate includes: the deprecation of SB-THREAD:JOIN-THREAD-ERROR-THREAD and SB-THREAD:INTERRUPT-THREAD-ERROR-THREAD in favour of SB-THREAD:THREAD-ERROR-THREAD, the new SB-QUEUE contrib module, the addition of SB-THREAD:SYMBOL-VALUE-IN-THREAD and SB-INTROSPECT:ALLOCATION-INFORMATION, various optimizations, slightly more stable complex float division, a reworking of the output of DESCRIBE, bug fixes, and other changes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/sbcl_102954rc1_released_20090630_210612.html'>SBCL 1.0.29.54.rc1 Released</a></p></div></content></entry><entry><title>SWI-Prolog 5.7.10 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/swiprolog_5710_released_20090630_210333.html' /><id>http://plnews.org/posts/swiprolog_5710_released_20090630_210333.html</id><updated>2009-06-30T21:03:33Z</updated><published>2009-06-30T21:03:33Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.swi-prolog.org/">SWI-Prolog</a> 5.7.10 has been <a href="https://mailbox.iai.uni-bonn.de/mailman/public/swi-prolog/2009/001581.html">released</a>. SWI-Prolog is a portable, open source Prolog implementation.
</p>
<p>
This release includes: clp(fd) enhancements, various cleanups, bug fixes, and other changes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/swiprolog_5710_released_20090630_210333.html'>SWI-Prolog 5.7.10 Released</a></p></div></content></entry><entry><title>Erlang/OTP R13B01 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/erlangotp_r13b01_released_20090630_210114.html' /><id>http://plnews.org/posts/erlangotp_r13b01_released_20090630_210114.html</id><updated>2009-06-30T21:01:14Z</updated><published>2009-06-30T21:01:14Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://erlang.org/">Erlang/OTP</a> R13B01 has been <a href="http://www.erlang.org/cgi-bin/ezmlm-cgi?1:mss:45:200906:icamdkjfggoogbgdknnf">released</a>. Erlang is a general-purpose language, offering support for concurrency, distribution and fault tolerance.
</p>
<p>
This is a maintenance release.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/erlangotp_r13b01_released_20090630_210114.html'>Erlang/OTP R13B01 Released</a></p></div></content></entry><entry><title>Gambit-C v4.4.4 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/gambitc_v444_released_20090630_205803.html' /><id>http://plnews.org/posts/gambitc_v444_released_20090630_205803.html</id><updated>2009-06-30T20:58:03Z</updated><published>2009-06-30T20:58:03Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://dynamo.iro.umontreal.ca/~gambit/">Gambit-C</a> v4.4.4 has been <a href="https://webmail.iro.umontreal.ca/pipermail/gambit-list/2009-June/003582.html">released</a>. Gambit-C includes a Scheme interpreter, and a Scheme compiler that emits portable C code.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/gambitc_v444_released_20090630_205803.html'>Gambit-C v4.4.4 Released</a></p></div></content></entry><entry><title>haXe Forum Announced</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/haxe_forum_announced_20090630_205551.html' /><id>http://plnews.org/posts/haxe_forum_announced_20090630_205551.html</id><updated>2009-06-30T20:55:51Z</updated><published>2009-06-30T20:55:51Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
The <a href="http://haxe.org/forum">haXe Forum</a> has been <a href="http://lists.motion-twin.com/pipermail/haxe/2009-June/025982.html">announced</a>. It is a set of online forums focusing on <a href="http://haxe.org/">haXe</a>, a high-level, object-oriented language for developing Web sites and Web applications.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/haxe_forum_announced_20090630_205551.html'>haXe Forum Announced</a></p></div></content></entry><entry><title>AngloHaskell 2009 Announced</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/anglohaskell_2009_announced_20090630_205325.html' /><id>http://plnews.org/posts/anglohaskell_2009_announced_20090630_205325.html</id><updated>2009-06-30T20:53:25Z</updated><published>2009-06-30T20:53:25Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.haskell.org/haskellwiki/AngloHaskell/2009">AngloHaskell 2009</a> has been <a href="http://www.haskell.org/pipermail/haskell/2009-June/021381.html">announced</a>. It will be held on August 7 and 8, 2009, in Cambridge, UK.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/anglohaskell_2009_announced_20090630_205325.html'>AngloHaskell 2009 Announced</a></p></div></content></entry><entry><title>jhc 0.6.1 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/jhc_061_released_20090630_205112.html' /><id>http://plnews.org/posts/jhc_061_released_20090630_205112.html</id><updated>2009-06-30T20:51:12Z</updated><published>2009-06-30T20:51:12Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://repetae.net/computer/jhc/">jhc</a> 0.6.1 has been <a href="http://www.haskell.org/pipermail/haskell/2009-June/021449.html">released</a>. It is a <a href="http://www.haskell.org/">Haskell</a> compiler that focuses on producing efficient programs using whole program analysis and other optimizations.
</p>
<p>
This release includes a simplified cross-compilation mechanism, and other changes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/jhc_061_released_20090630_205112.html'>jhc 0.6.1 Released</a></p></div></content></entry><entry><title>Parrot 1.3.0 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/parrot_130_released_20090630_204818.html' /><id>http://plnews.org/posts/parrot_130_released_20090630_204818.html</id><updated>2009-06-30T20:48:18Z</updated><published>2009-06-30T20:48:18Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.parrot.org/">Parrot</a> 1.3.0 has been <a href="http://www.parrot.org/news/2009/Parrot-1.3.0">released</a>. Parrot is a virtual machine designed to efficiently execute dynamic languages.
</p>
<p>
This release includes: IO system optimizations, fixes to the inheritance hierarchy of FileHandle and Socket PMC types, a cleanup and refactoring of the GC internals, PMC class manipulations that use type numbers instead of string names, memory leak fixes, the addition of the root_new opcode, documentation updates, updates to the OpenGL library, bug fixes, and other changes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/parrot_130_released_20090630_204818.html'>Parrot 1.3.0 Released</a></p></div></content></entry><entry><title>Hop 1.11.0 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/hop_1110_released_20090630_204654.html' /><id>http://plnews.org/posts/hop_1110_released_20090630_204654.html</id><updated>2009-06-30T20:46:54Z</updated><published>2009-06-30T20:46:54Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://hop.inria.fr/">Hop</a> 1.11.0 has been <a href="http://permalink.gmane.org/gmane.lisp.scheme.hop/154">released</a>. Hop is a higher-order language designed for developing Web applications.
</p>
<p>
This release includes: a new client-side compiler, a new server implementation, new widgets, and new weblets.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/hop_1110_released_20090630_204654.html'>Hop 1.11.0 Released</a></p></div></content></entry><entry><title>pyArkansas 2009 Announced</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/pyarkansas_2009_announced_20090630_204310.html' /><id>http://plnews.org/posts/pyarkansas_2009_announced_20090630_204310.html</id><updated>2009-06-30T20:43:10Z</updated><published>2009-06-30T20:43:10Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://pycamp.python.org/Arkansas/HomePage">pyArkansas 2009</a> has been <a href="http://mail.python.org/pipermail/python-announce-list/2009-June/007604.html">announced</a>. It will be held on November 14, 2009 at the University of Central Arkansas.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/pyarkansas_2009_announced_20090630_204310.html'>pyArkansas 2009 Announced</a></p></div></content></entry><entry><title>R 2.9.1 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/r_291_released_20090630_204022.html' /><id>http://plnews.org/posts/r_291_released_20090630_204022.html</id><updated>2009-06-30T20:40:22Z</updated><published>2009-06-30T20:40:22Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.r-project.org/">R</a> 2.9.1 has been <a href="https://stat.ethz.ch/pipermail/r-announce/2009/000505.html">released</a>. R is a language and environment for statistical computing and graphics.
</p>
<p>
This release includes: the new anyDuplicated(x) function, the removal of print.atomic(), the deprecation of png(type="cairo1"), bug fixes, and other changes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/r_291_released_20090630_204022.html'>R 2.9.1 Released</a></p></div></content></entry><entry><title>PHP 5.3.0 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/php_530_released_20090630_203815.html' /><id>http://plnews.org/posts/php_530_released_20090630_203815.html</id><updated>2009-06-30T20:38:15Z</updated><published>2009-06-30T20:38:15Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.php.net/">PHP</a> <a href="http://www.php.net/ChangeLog-5.php#5.3.0">5.3.0</a> has been <a href="http://ca3.php.net/releases/5_3_0.php">released</a>. PHP is a general-purpose scripting language, suitable for Web development and embedding within HTML.
</p>
<p>
This release includes: support for namespaces, support for late static binding, lambda functions and closures, performance improvements, optional garbage collection for cyclic references, improved Windows support, more consistent float rounding, the dropping of several extensions, bug fixes, and other changes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/php_530_released_20090630_203815.html'>PHP 5.3.0 Released</a></p></div></content></entry><entry><title>Vala 0.7.4 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/vala_074_released_20090630_203555.html' /><id>http://plnews.org/posts/vala_074_released_20090630_203555.html</id><updated>2009-06-30T20:35:55Z</updated><published>2009-06-30T20:35:55Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://live.gnome.org/Vala">Vala</a> 0.7.4 has been <a href="http://mail.gnome.org/archives/vala-list/2009-June/msg00185.html">released</a>. Vala "aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C." It offers features such as: interfaces, properties, lambda expressions, local variable type inference, and more.
</p>
<p>
This release includes: support for array properties, support for implicit and explicit GValue casts, initial support for generic methods, a PostgreSQL binding, binding updates, bug fixes, and other changes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/vala_074_released_20090630_203555.html'>Vala 0.7.4 Released</a></p></div></content></entry><entry><title>Mono 2.4.2 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/mono_242_released_20090630_203343.html' /><id>http://plnews.org/posts/mono_242_released_20090630_203343.html</id><updated>2009-06-30T20:33:43Z</updated><published>2009-06-30T20:33:43Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.mono-project.com/">Mono</a> <a href="http://www.mono-project.com/Release_Notes_Mono_2.4.2">2.4.2</a> has been <a href="http://lists.ximian.com/pipermail/mono-list/2009-June/042821.html">released</a>. Mono is a portable, open source .NET CLI implementation.
</p>
<p>
This release includes: the inclusion of the ASP.NET MVC stack, bug fixes, and other changes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/mono_242_released_20090630_203343.html'>Mono 2.4.2 Released</a></p></div></content></entry><entry><title>OCaml Meeting 2009 in Tokyo Announced</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/ocaml_meeting_2009_in_tokyo_announced_20090630_203017.html' /><id>http://plnews.org/posts/ocaml_meeting_2009_in_tokyo_announced_20090630_203017.html</id><updated>2009-06-30T20:30:17Z</updated><published>2009-06-30T20:30:17Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
OCaml Meeting 2009 in Tokyo has been <a href="http://caml.inria.fr/pub/ml-archives/caml-list/2009/06/b2d4360797f291c07400a4408db0d22a.en.html">announced</a>. It will be held on August 30, 2009.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/ocaml_meeting_2009_in_tokyo_announced_20090630_203017.html'>OCaml Meeting 2009 in Tokyo Announced</a></p></div></content></entry><entry><title>OCaml 3.11.1 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/ocaml_3111_released_20090630_202750.html' /><id>http://plnews.org/posts/ocaml_3111_released_20090630_202750.html</id><updated>2009-06-30T20:27:50Z</updated><published>2009-06-30T20:27:50Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://www.ocaml.org/">OCaml</a> 3.11.1 has been <a href="http://caml.inria.fr/pub/ml-archives/caml-list/2009/06/479e4e5b1e9448feef2f0546b382b4fd.en.html">released</a>. Objective Caml is a statically typed, strictly evaluated descendant of ML, offering object-oriented, functional and imperative features.
</p>
<p>
This release includes: support for 64-bit mode on x86 Solaris, improved wording of various error messages, a number of bug fixes, and other changes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/ocaml_3111_released_20090630_202750.html'>OCaml 3.11.1 Released</a></p></div></content></entry><entry><title>Timber Compiler 1.0.3 Released</title><link rel='alternate' type='text/html' href='http://plnews.org/posts/timber_compiler_103_released_20090630_202505.html' /><id>http://plnews.org/posts/timber_compiler_103_released_20090630_202505.html</id><updated>2009-06-30T20:25:05Z</updated><published>2009-06-30T20:25:05Z</published><content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><p>
<a href="http://timber-lang.org/">Timber Compiler</a> 1.0.3 has been <a href="http://www.haskell.org/pipermail/haskell/2009-May/021338.html">released</a>. It is a purely functional programming language aimed at the construction of event-driven systems, allowing for programs to be structured in terms of objects and reactions, and controlled via timing constraints.
</p>
<p>
This release includes bug fixes.
</p><br /><br /><p>From: <a href='http://plnews.org/posts/timber_compiler_103_released_20090630_202505.html'>Timber Compiler 1.0.3 Released</a></p></div></content></entry></feed>