Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.41k stars 142 forks source link

Flip `extrude` arguments #451

Closed sorki closed 10 months ago

sorki commented 1 year ago

It seems to be the only transformation that doesn't have its object as the last argument, so we need to write

translate 1
  $ flip extrude 2
    $ theRestOfTheStory
julialongtin commented 11 months ago

let's do this as part of the next major release, as this changes the ABI.