NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
MS does do Functional (Score:1)
Actually MS is doing lots of functional goodness on the .NET platform, the SML.NET [cam.ac.uk] compiler has been around for a while now, and F# [microsoft.com] is a pretty nice addition to the ML family of languages (Standard ML, Ocaml, etc).
In addition to all this stuff, they have Simon Peyton Jones [microsoft.com] (one of the main guys behind GHC [haskell.org] (the Haskell compiler)) on their research staff as well as some other really cool FP guys.
As for the other .NET languages, looks like there might be lambdas in C# 3.0 [lambda-the-ultimate.org]. Of course they already have delegates, but those are kind of like little lambdas with their legs cut off, so not nearly as useful.
- StevanReply to This
Re: (Score:1)