F#

  • I couldn't resist... I just had to have a play with this technology, today. 🙂 Here are the steps to get your first (very simple) F# application working inside AutoCAD. First we need to download and install the latest F# distributable from here (at the time of writing this was the July 31 release - 1.9.2.9). We create a base F# project, selecting the "F# Project" template: We now add a new item to the project of type "F# Source File" to the project: The file created contains a lot of boilerplate code that is definitely worth looking at to…

  • I've just come across the announcement for F#, and am pretty excited about it. Here's the link to Soma's blog, and here's the Microsoft Research F# site. F# is a functional programming language. Functional programming has a long association with technical computing, one of the reasons LISP was chosen as the initial programming interface for AutoCAD. On a personal note: aside from the work I've done with LISP over the years, I also studied an obscure functional language called Miranda during my university days and have since worked a lot with XSLT (which is at least influenced by functional languages).…