The Blog

02 May 2005: Nemerle 0.3.1 released!

This version is a quick fix for issues reported with the 0.3.0 release.

Bugfixes:

There is a single nice feature that sneaked into this release, it is now possible to match inside the foreach loop directly (#436), that is:

foreach (op in ops) { | Op.A => ... | Op.B => ... } will now work as: foreach (op in ops) { match (op) { | Op.A => ... | Op.B => ... } }

From: (207.58.130.217)

My name is Padre I am from Mexico.Cool site.Thanks.

From: tamiflu (220.95.88.97)

Good post, very useful i like it very much

From: (80.58.205.33)