PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
June 16, 2008

IronPython 2.0 Beta 3 Released

Posted: 2008-06-16 06:15:41
Languages ::
Platforms ::

IronPython 2.0 Beta 3 has been released. IronPython is an implementation of Python running on .NET.

This release includes: performance improvements, auto-templating support added to the Dynamic Language Runtime, cmath and _winreg modules, bug fixes, and other changes.

May 21, 2008

Boo 0.8.2 Released

Posted: 2008-05-21 06:20:45
Languages ::
Platforms ::

Boo 0.8.2 has been released. Boo is a statically-typed, object-oriented language with a Python-inspired syntax for the .NET CLR.

This release includes: almost complete support for nullable types, shorthands for nullable types and enumerables, an 'else' block for 'for' and 'while' loops, generic method improvements, bug fixes, and other changes.

April 22, 2008

Mono 1.9.1 Released

Posted: 2008-04-22 06:17:50
Platforms ::

Mono 1.9.1 has been released. Mono is a portable, open source .NET CLI implementation.

This release includes a number of bug fixes.

April 13, 2008

Cobra 0.8 Released

Posted: 2008-04-13 07:45:19
Languages ::
Platforms ::

Cobra 0.8 has been released. Cobra is a high-level language for .NET, including features such as generics, contracts, compile-time type inference, exception handling, garbage collection, and more.

This release includes: support for built-in sets, support for adding methods to existing types, bitwise operators, built-in unsigned int types, new command line options, new warnings, a configurable number type, bug fixes, and other changes.

April 07, 2008

IKVM 0.36 Update 1 Released

Posted: 2008-04-07 06:09:58
Languages ::
Platforms ::
Platforms ::

IKVM 0.36 Update 1 has been released. IKVM is a Java implementation running on Mono and the .NET Framework.

This release includes: improved error handling for the ikvmc -reference option; optimized code generation for the lcmp, fcmp, dcmp and shift opcodes; field/method/parameter annotation support for .NET types; the implementation of SocketOptions.IP_MULTICAST_IF and SocketOptions.IP_MULTICAST_IF2; bug fixes; and other changes.

April 03, 2008

Mono 1.9 Released

Posted: 2008-04-03 06:20:51
Platforms ::

Mono 1.9 has been released. Mono is a portable, open source .NET CLI implementation.

This release includes: support for generics code sharing, AOT support for ARM processors, LINQ library support updated to the .NET 3.5 API, C# 3.0 as the default mode of operation for the C# compiler, ASP.NET improvements, support for building and using the DLR with Mono, bug fixes, and other changes.

March 20, 2008

ClearLisp 1.1 Released

Posted: 2008-03-20 21:21:14
Languages ::
Platforms ::

ClearLisp 1.1 has been released. It is a Common Lisp interpreter for .NET.

This release includes: additions to the standard library, bug fixes, and other changes.

March 15, 2008

IronPython 2.0 Beta 1 Released

Posted: 2008-03-15 10:28:14
Languages ::
Platforms ::

IronPython 2.0 Beta 1 has been released. IronPython is an implementation of Python running on .NET.

This release includes: support for PEP 328 and PEP 302, 'sys' as a real builtin module, improvements to the -X:PreferComDispatch flag, and other changes.

March 14, 2008

IKVM 0.36 Update 1 Release Candidate 5

Posted: 2008-03-14 06:15:18
Languages ::
Platforms ::
Platforms ::

IKVM 0.36 Update 1 Release Candidate 5 has been released. IKVM is a Java implementation running on Mono and the .NET Framework.

This release includes: the implementation of SocketOptions.IP_MULTICAST_IF and SocketOptions.IP_MULTICAST_IF2, bug fixes, and other changes.

March 06, 2008

Mono 1.9.0 Preview 4 Released

Posted: 2008-03-06 06:13:15
Platforms ::

Mono 1.9.0 Preview 4 has been released. Mono is a portable, open source .NET CLI implementation.

February 28, 2008

IKVM 0.36 Update 1 Release Candidate 4 Released

Posted: 2008-02-28 06:17:37
Languages ::
Platforms ::
Platforms ::

IKVM 0.36 Update 1 Release Candidate 4 has been released. IKVM is a Java implementation running on Mono and the .NET Framework.

This release includes: code generation optimizations, support for loading Java types with assembly qualified type names, spport for removing assertions during compilation, bug fixes, and other changes.

February 25, 2008

Mono 1.9.0 Preview 3 Released

Posted: 2008-02-25 06:18:38
Platforms ::

Mono 1.9.0 Preview 3 has been released. Mono is a portable, open source .NET CLI implementation.

February 10, 2008

Boo 0.8.1 Released

Posted: 2008-02-10 21:05:08
Languages ::
Platforms ::

Boo 0.8.1 has been released. Boo is a statically-typed, object-oriented language with a Python-inspired syntax for the .NET CLR.

This release includes: support for nested functions, working generic method overloading, support for .NET CLR 3.5 extension methods, improved warnings, new error messages, support for exception filters and exception fault handlers, and other changes.

'F# for Scientists' Completed, to be Published

Posted: 2008-02-10 21:03:14

Languages ::
Platforms ::

It has been announced that 'F# for Scientists', by Flying Frog Consultancy Ltd., has been completed and sent to the publisher.

Mono 1.9.0 Preview 2 Released

Posted: 2008-02-10 20:53:40
Platforms ::

Mono 1.9.0 Preview 2 has been released. Mono is a portable, open source .NET CLI implementation.

February 05, 2008

Ruby.NET Project to Shut Down

Posted: 2008-02-05 06:23:18
Languages ::
Platforms ::

Dr. Wayne Kelly has announced that the Ruby.NET project will be shutting down. Ruby.NET is a Ruby implementation for .NET.

IKVM 0.36 Update 1 Release Candidate 3 Released

Posted: 2008-02-05 06:20:01
Languages ::
Platforms ::
Platforms ::

IKVM 0.36 Update 1 Release Candidate 3 has been released. IKVM is a Java implementation running on Mono and the .NET Framework.

This release includes: improved error handling and bug fixes.

February 02, 2008

Mono 1.9.0 Preview 1+ Released

Posted: 2008-02-02 21:56:44
Platforms ::

Mono 1.9.0 Preview 1+ has been released. Mono is a portable, open source .NET CLI implementation.

January 29, 2008

IronPython 2.0 Alpha 8 Released

Posted: 2008-01-29 20:50:17
Languages ::
Platforms ::

IronPython 2.0 Alpha 8 has been released. IronPython is an implementation of Python running on .NET.

This release includes: support for building with Visual Studio 2008, bug fixes, and other changes.

IronPython 1.1.1 Released

Posted: 2008-01-29 20:48:12
Languages ::
Platforms ::

IronPython 1.1.1 has been released. IronPython is an implementation of Python running on .NET.

This release includes bug fixes.