User loginNavigation |
F# 1.9.1 releasedF# 1.9.1 has been released with a bunch of new features. LTU readers would probably be interested in the work on unifying object oriented and functional code: # Active Patterns. Active patterns give a form of extensible pattern matching on abstract values. F# active patterns allow you to pattern match against .NET object values such as XML, System.Type values and LINQ Expression trees. In this redesigned version they become an official part of the language and some novel additions give a lightweight and non-intrusive mechanism to both partial patterns, parameterized patterns and "complete" decompositions (views) of types. # Implicit Class Construction. This lovely feature makes writing classes considerably more succinct and helps to further bridge the gap between type-inferred functional programming and object-oriented programming. More info is available at Don Syme's blog here. By grant at 2007-04-07 23:34 | LtU Forum | previous forum topic | next forum topic | other blogs | 5761 reads
|
Browse archives
Active forum topics |
Recent comments
33 weeks 51 min ago
33 weeks 4 hours ago
33 weeks 4 hours ago
1 year 3 weeks ago
1 year 7 weeks ago
1 year 8 weeks ago
1 year 8 weeks ago
1 year 11 weeks ago
1 year 16 weeks ago
1 year 16 weeks ago