[nem-en] Nemerle 0.9.2 released
Philippe Quesnel
philippe.quesnel at gmail.com
Thu Jan 26 01:12:13 CET 2006
thx,
doc somewhere on the extended matching ??
.. apart from the Haskell stuff ! ..
I had to clean my comp room after (trying to) read(ing) it ...
'cause my head exploded :-(
oh, matching in func def params:
everything except literals ?
dagn, me that was dreaming of:
fib(1) 1
fib(2) 1
fib(n) fib(n - 2) + fib(n - 1)
oh well ;-)
great work guys
thx
(PS: don't go rushing to write some doc if it's not avail yet, was just
asking)
Phil
(remember, we're not all University language guys ;-)
On 1/24/06, Michal Moskal <michal.moskal at gmail.com> wrote:
>
> It is my pleasure to announce 0.9.2 release of Nemerle, a high level,
> statically typed language for the .NET platform. This version includes
> among other things support for generators (yield), possibility
> of extending pattern matching with user-defined construct, list
> comprehensions and ranges. We of course have also fixed several
> bugs.
>
> More info can be found at:
> http://nemerle.org/blog/archive/2006/Jan-24.html
>
> Nemerle can be downloaded from: http://nemerle.org/Download
>
> May the keyboard be with you,
> Michal
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /mailman/pipermail/devel-en/attachments/20060126/a330fb07/attachment.html
More information about the devel-en
mailing list