F#
-
This is something I've been meaning to attempt for a while, and have finally been spurred to do it by next week's AU Virtual session on F#. Not that I expect to have time to present this during the session (60 minutes is already feeling way too short for the material I want to cover), […]
-
I've been toying for some time with the idea of writing some code to turn AutoCAD into a Spirograph, a device which I'm sure fascinated and inspired many of you as children (just as it did me). I chose to write the application in F# for a couple of reasons: this type of task is […]
-
Seeing Jeremy's post from Friday, I decided to give you a quick update of where I am with my own preparation for this year's Autodesk University. I'm delivering two sessions, this year: CP9214-1 AutoCAD® .NET – Developing for AutoCAD Using F# CP208-1 AutoCAD® .NET – Developing for AutoCAD Using IronPython and IronRuby So yes, it […]
-
I recently stumbled across this post which inspired me to do something similar in AutoCAD (the fact that both posts cover Fibonacci spirals and use F# is about where the similarity ends - they do things quite differently). Fibonacci spirals are an approximation of the golden spiral, which for old timers out there will be […]
-
Back at the beginning of the year I launched a programming contest for using F# with Autodesk products. A few months ago I introduced one of the winning entries showing how to use F# to implement Overrules in AutoCAD 2010. Now I've finally got around to unveiling the second winning entry. And the winner is… […]
-
This post is one of the winning entries of the F# programming contest started at the beginning of the year. It was submitted by an old friend of mine, Qun Lu, who also happens to be a member of the AutoCAD engineering team, and makes use of a new API in AutoCAD 2010: the somewhat […]
-
I've been meaning to play around with the Python language for some time, now, and with the recent release of IronPython 2 it seems a good time to start. Why Python? A number of people in my team – including Jeremy Tammik and the people within our Media & Entertainment workgroup who support Python's use […]
-
There are just a few days left before the February 28th deadline of the F# programming contest. Thanks to those of you who have already submitted entries! At least one potential prize is still up for grabs - beyond those I've ear-marked for existing entrants - so if you're working on something and plan on […]
-
As promised in the last post, we're now going to look at how to change the code to make the colour averaging routine work in parallel. The overall performance is marginally better on my dual-core machine, but I fully expect it to get quicker and quicker as the number of cores multiply. To start with, […]
-
A friend and esteemed colleague asked - very validly - why I decided to use circles on a grid to display the results of a mathematical function in this last post, rather than using a linear object of some kind. Well I did, in fact, have a plan in mind... 🙂 This post extends the […]