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#爱好者以后学习会更方便的!
先把这些好东东抓过来分享下 :)
- Some F# Programming notes (basic)
- Some F# Books and Online Journals
- Some F# Applications and Samples
- Some F# Programming notes
- F# Libraries:
- F# Code Snippets (old CodeSnippets index)
- F# articles (old ArticlesAndExplanations index).
- F# tools:
- F# Trouble shooting:
- VSLocksUp observed after installing VS SDK over F#
- Links to other F# Resources
- Feedback:
- Screen Shots - grabs of Visual Studio Mode, demos etc.
(文/anderslly 出处/博客园)
您可能对 [F#] 的这些文章也感兴趣: