The F# Journal just published an article about mechatronics:
"A simple way to create a cheap CNC milling machine is to fit a Dremel rotary tool to a cheap open-framed 3D printer such as a Printrbot. The same GCode used for 3D printing can then be used to mill. This article explains how F# can be used to generate GCode to control a CNC milling machine in order to carve out some laminar shapes including a cirle and a heart..."
To read this article and more, subscribe to The F# Journal today!
Background reading on the reference counting vs tracing garbage collection debate
-
Eight years ago I answered a question on Stack Overflow about the
suitability of OCaml and Haskell for soft real-time work like visualization:
"*for real-ti...
2 months ago