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... Read more →