Begtostudy(白途思)'s Professional Technology Blog

欢迎访问begtostudy的专业知识博客!主要是专业技术和算法为主。
  首页  :: 联系 :: 订阅 订阅  :: 管理

The F# PowerPack / F# 利器

Posted on 2010-08-25 12:05  白途思  阅读(416)  评论(0编辑  收藏  举报

The F# PowerPack is a collection of libraries and tools for use with the F# programming language provided by the F# team at Microsoft.

 

This is functionality which is not part of the core F# release, but enables some development scenarios with F#. The PowerPack include features such as a basic Matrix library and supporting math types, FsLex and FsYacc tools for lexing and parsing, support for using F# with LINQ-based libraries, and a tool for generating HTML documentation from F# libraries. This functionality, which has previously been available in the F# CTP releases, is now available on CodePlex. The F# PowerPack will continue to evolve seperately from the main F# releases, and the features will continue to be improved and iterated upon.

 

http://fsharppowerpack.codeplex.com/

 

像什么Vector、Matrix之类的都在这里啦,需要去挖掘。

前往Begtostudy的编程知识博客(CSDN)