摘要: Getting Started with F# F#下载地址:http://research.microsoft.com/fsharp/fsharp.aspx F# 是函数式编程语言,它是一系统的绑定的标识符表达式。程序如下: let x = 3 + (4 * 5) let res = (if x = 23 then "correct" else "incorrect") ... 阅读全文
posted @ 2008-08-01 16:32 酷歌 阅读(249) 评论(0) 推荐(0)