New Post: Use of pattern matching to implement standard design patterns...
Hi,I'm an avid F# 2.0 user as well as some prior experiences with Java, where I used design patterns quite aggressively. While looking at the design patterns proposed in this project, I see that most...
View ArticleNew Post: License
HelloHow can I use this samples as example for produce another language sample pack? It is Nemerle language, semantically it closest to F#. Of course, links to http://fsharp3sample.codeplex.com will be...
View ArticleNew Post: Beta needs web services updates
Installed the 3.0 Samples Beta - there are a few build errors - mainly having to do with the web services.
View ArticleNew Post: OO Design patterns are not "advanced F#"
GoF Design patterns described by this sample pack are not advanced F# but object oriented programming.They should be under some other topic than "Advanced".How about "Avoid"?
View ArticleNew Post: Use of pattern matching to implement standard design patterns...
Design Patterns are common "best practice" ways to manage object-oriented problems that doesn't exist in functional language. While it is nice to have some sample code here, I think OO-patterns may noy...
View ArticleNew Post: OO Design patterns are not "advanced F#"
In my opinion advanced F# would be language specific features like:- Builder pattern (computational expressions)- MailboxProcessor- Numeric literals- Active pattern (not very useful, but is...
View ArticleNew Post: License
Thank you! the license is:Apache LicenseVersion 2.0, January 2004http://www.apache.org/licenses/
View ArticleNew Post: Use of pattern matching to implement standard design patterns...
Great suggestion, Gdecaso.. we will make a change according to your suggestion.
View ArticleNew Post: Unable to load the solution on VS2010 and VS2012 Express
VS2010 complains the solution is created by a newer version, VS12 complains this project is unsupported.How can I resolve this? Thanks,Val
View Article