-
Jul24
最后更新: 2008年7月24日 (21篇)
原文作者: Kean Walmsley
文档格式: Word文档 (*.doc) | 7zip (*.7z)完整下载: http://www.box.net/shared/qsmfdafvcn
文章目录:
- 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#程序
部分下载: http://www.box.net/shared/x8d3ydgqb2
关于 F# 语言:
- F# 是一门函数式编程语言! (Functional Programming Language)
- 官方网站: http://msdn.microsoft.com/zh-cn/fsharp/
- 目前已经进入产品化阶段, 预计今夏(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个.
- A simple 3D LOGO implementation inside AutoCAD using F#
6 Responses to “Kean与F# 中文翻译同步更新”
-
Angel said on 02月 29th, 2008 at 15:19
哈哈!支持你!
-
colder said on 03月 1st, 2008 at 07:57
一周的成果, 边翻译边群聊边感冒.
-
tlfdc said on 03月 26th, 2008 at 10:07
你好,通过你的博客我第一次接触到了F#,但不知道该如何使用。我从官方下载了F# 1.9.3.14,安装后在VS2005中新增了F# Project,按照你的方法,添加了一个F# Source File,是默认的一段程序,我现在想调试这段程序,但出现了错误,
未处理 System.IO.FileNotFoundException
Message: 未能加载文件或程序集“FSharp.Core, Version=1.9.3.14, Culture=neutral, PublicKeyToken=a19089b1c74d0809”或它的某一个依赖项。系统找不到指定的文件。于是就无法进行下去,希望能得到你的指点,谢谢!
-
tlfdc said on 03月 26th, 2008 at 10:11
还有一些错误提示:
“project3.exe”(托管): 已加载“C:\windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll”,已跳过符号加载。已对模块进行了优化并启用了调试器选项“仅我的代码”。
“project3.exe”(托管): 已加载“e:\我的文档\visual studio 2005\projects\project3\project3.exe”,符号已加载。
“project3.exe”(托管): 已加载“C:\windows\assembly\GAC_MSIL\mscorlib.resources\2.0.0.0_zh-CHS_b77a5c561934e089\mscorlib.resources.dll”,未加载符号。
程序“[144] project3.exe: 托管”已退出,返回值为 -532459699 (0xe0434f4d)。顺便问一下,哪儿有中文的讨论组?QQ群 or 论坛?
-
tlfdc said on 03月 26th, 2008 at 10:40
hi,又是我-_-#
原来是我的安装有问题,下载MSI包安装就OK了(ZIP包安装错了)。现在示例代码已经能正确运行,但调试还是有些困难,示例代码运行的结果在DOS窗口一闪而过,希望能到你的帮助,谢谢!
-
colder said on 04月 4th, 2008 at 10:11
TO: tlfdc
Hi~
没有联系方式, 不知道如何联系得上你.
我也是今年才开始接触F#的, 怕是能帮得上的地方也不会太多.
目前F#在国外都很”火星”, 只有两本书.
所以中文的讨论组, 能找到的希望很小.也就是说, 如果你真的有足够的理由想要学习这个冷门语言.
近一两年, 只能从少的可怜的英文资料入手
祝你好运~

评论