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.32k stars 140 forks source link

Create `implicit` executable #453

Open sorki opened 9 months ago

sorki commented 9 months ago

which will use hint (similar to implicitpipe or implicit-servant) to process its Haskell code file argument.

Related to https://github.com/Haskell-Things/ImplicitCAD/issues/318

julialongtin commented 7 months ago

looks like the idea that became implicit-interpreter? :)

sorki commented 7 months ago

Not quite, but the interpreter is a stepping stone for this and #318.

I think it can be added as executable in the interpreter package and will try it. Ideally it would be part of implicit but that would require bit more splitting (interpreter library currently doesn't depend on implicit but the testsuite does).