最后更新: 2008年7月24日 (21篇)
原文作者: Kean Walmsley
文档格式: Word文档 (.doc) | 7zip (.7z)
文章目录:
- A simple 3D LOGO implementation inside AutoCAD using F#
在 AutoCAD 中使用 F# 实现 3D LOGO 的简单应用 - Sectioning an AutoCAD solid using F#
使用 F# 分割 AutoCAD 实体 - Generating fractals inside AutoCAD using F#
在 AutoCAD 中使用 F# 生成分形 - Initialization code in your F# AutoCAD application
AutoCAD程序初始化F#代码 - Using AutoCAD 2009 s new transient graphics API to show point clouds from F#
利用F#和AutoCAD 2009的新API临时图形来显示点云 - New APIs in AutoCAD 2009
AutoCAD 2009中新的API - Recursive F# code to generate random point clouds inside AutoCAD
递归F#代码在AutoCAD中产生随机点云 - Using Reflector to diagnose tail call optimization in F#
使用Reflector对F#进行诊断跟踪优化 - Pointing at clouds more random musings on AutoCAD and F#
点云 关于AutoCAD和F#的更多遐想 - Parallelizing robotic AutoCAD hatching with F# and .Net
使用F#及.NET实现并行智能AutoCAD填充 - Robotic hatching inside AutoCAD using F# and .Net
使用F#及.NET在AutoCAD中实现智能填充 - Mardi Gras Super Tuesday and F#
狂欢节 超级周二与F# - Using F# to simulate hardware behaviour
使用F#模拟硬件行为 - Using F# Asynchronous Workflows to simplify concurrent programming in AutoCAD
在AutoCAD中使用F#异步工作流程简化并行程序 - Turning AutoCAD into an RSS reader with F#
在AutoCAD中使用F#实现RSS阅读器 - Metaprogramming with AutoCAD - Part 3
元编程与AutoCAD 第三部分 - Metaprogramming with AutoCAD - Part 2
元编程与AutoCAD 第二部分 - Metaprogramming with AutoCAD - Part 1
元编程与AutoCAD 第一部分 - Getting the total volume of 3D solids in an AutoCAD model using F#
使用F#获取AutoCAD模型中3D实体的总体积 - More fun with F# and AutoCAD string extraction and manipulation
F#更多有趣的东西与AutoCAD字符串的提取及操作 - A mathematical F# application integrating with AutoCAD via .NET
一个AutoCAD F# .NET的完整数学程序 - F# - a perfect fit for AutoCAD .NET programming
F# - 非常适合AutoCAD .NET程序开发么 - My first F# application for AutoCAD
我的第一份用于AutoCAD的F#程序
关于 F# 语言:
F# 是一门函数式编程语言! (Functional Programming Language)
目前已经进入产品化阶段, 预计今夏(2008年)发布第一个CTP版
维护者: Don Syme
发布方式: Visual Studio 扩展
什么是函数式编程?
简单的定义是: 在函数式语言中, 函数是第一等公民.
函数式语言其实比你想象中的要多得多, 只不过它们长期处在计算机技术发展的边缘, 所以好多都是不为人知.
如: LISP, Scheme,Perl, ML, Miranda, Haskell, XSLT, Ruby, erlang, Ocaml 等等.
F# 有什么用?
形象的比喻: 用C#吸引C/C++程序员, 用VB.NET替换VB6, 用J#拉拢JAVA程序员, 那么F#就是招安那些处在边缘的函数式小语种, 这也就是为什么Kean会说 - F#是最适合AutoCAD开发的编程语言 - 的原因! Kean Walmsley是Autodesk的专家, 他从2007年10月31日起连续发表关于使用 F# 开发 AutoCAD 的文章, 但是由于我们平常所见到的编程技术多半是类 C 技术, 再加上 F# 时间较短, 所以Kean所研究的技术显然是有些超前了, 但是他对这门语言的崇拜显然已经达到了宗教般的高度, 这使我坚信他所追求的一定很有价值!
由于一些原因, Kean的博客不容易访问, 因此我会不间断的摘录并坚持翻译, 但仅限于F#有关的文章.
有趣的是: 在 Google 中搜索 F# 会返回近百万个匹配的结果, 而在百度中搜索就只会返回0个.