ImplicitCAD icon indicating copy to clipboard operation
ImplicitCAD copied to clipboard

Create `implicit` executable

Open sorki opened this issue 2 years ago • 2 comments

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

sorki avatar Nov 10 '23 14:11 sorki

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

julialongtin avatar Jan 06 '24 20:01 julialongtin

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).

sorki avatar Jan 07 '24 08:01 sorki