随笔分类 -  F#

INTRODUCING F#
摘要:第一篇,从零开始编写我们的第一个F#程序。什么是F#,我为何要学它?F#是一种.NET平台上的函数式编程语言。就像C#和VB.NET,F#可以利用.NET的核心类库,如WPF,WCF,VSTO等等,通过F#您甚至可以使用XNA编写XBox游戏。仅仅如此并不意味着您应该去学习它。那为何要使用F#呢?作为一种函数式编程语言,F#使得某些领域的编程要比命令式编程(如使用C#)更为容易。并行编程(Para... 阅读全文

posted @ 2010-05-21 17:45 杨剑 阅读(1038) 评论(0) 推荐(1)

ASP.NET MVC with NHaml - F# Edition
摘要:As part of some of my adventures with F#, I've seen a lot of interesting things coming from others with regards to SharePoint, ASP.NET and other technologies. This had me thinking of any possibilities... 阅读全文

posted @ 2010-05-21 17:42 杨剑 阅读(497) 评论(0) 推荐(0)

Interactive Web Crawling with F#
摘要://---------------------------------------------------------------------------// Part O. Hello World//System.Console.WriteLine("Hello World");;System.Console.WriteLine("Hello World");;open Printf;;prin... 阅读全文

posted @ 2010-05-21 16:17 杨剑 阅读(307) 评论(0) 推荐(0)

导航