F# 的 Wiki

Robert Pickering 是《Foundations of F#》一书的作者,他最近创建了这个关于F#的Wiki,这里是开始学习F#绝好的地方。

先来看看 Robert Pickering 对 F# 和 C# 的比较:


引用:
F# is quite differnt to C#, the things I like to say are:
F# syntax is generally shorter and more to the point that C# syntax
F# has union types which allows you to model things in ways you just can't in C#
In F# everything is an expression which make creating functions without side effects easier
F# has workflows which makes asynchronous processing much easier
F# has list comprehensions and other cute thing that C# doesn't
F# has a top level that makes investigative programming easier


该Wiki目前包含了如下内容:F#编程的笔记,F#的书籍和在线杂志,F#的应用和示例,F#类库,F#的Code Snippets,F#方面的文章以及F#的工具,这是继hubFS之后又一个F#知识的集中地,相信F#爱好者以后学习会更方便的!

先把这些好东东抓过来分享下 :)






(文/anderslly  出处/博客园)

 感谢原创者的辛勤劳动,希望对您有所帮助,转载请注明原出处。
 您可能对 [F#] 的这些文章也感兴趣:

F# 学习之路 (2) 深刻理解函数(下)
F#最新信息:MonoDevelop、新书和新的CTP
F#学习之路(3) 如何组织程序(下)
F#学习之路(7)集合类型
F# 1.9.4 Available Now with Important Updates
F# 之旅(四):面向对象编程(中)
F#学习之路(5)元组类型
F# 之旅(七):在F#中进行单元测试
F# 之旅(三):命令式编程(上)
F# 之旅(二):函数式编程(下)