一个很好的F#代码库可供学习

Luc*_*cas 4 f#

I've been teaching myself F# for a while now. I've read Programming F# by Chris Smith (great book) and I've written a few small scripts for getting the job done here and there.

But IMO the best way to learn a new programming language—and more importantly, the idioms that come with it—is to read a good open source codebase written in that language. Naturally, writing code in that language is crucial, but in the beginning, you're basically struggling with your own ignorance about how things should be done. You could perform certain tasks one way or the other, but it takes experience to realize the flaws and virtues of each. Even after you've gotten a firm grasp of how things work, reading the code of people who have an even firmer one helps a great deal.

大多数人都同意,任何学习编程语言书籍中最具洞察力的部分都是代码示例,阅读编写良好的开源代码库是其中的下一个层次.

那么F#还有吗?

Yin*_*Zhu 5

REF 这个问题.

IMO,F#PowerPack是那里最好的代码库.