My work on making #OpenSCAD control #OrcaSlicer is progressing. I'm moving from bash to real software.
I don't have huge needs: parsing JSON & XML un/zipping, and writing files. And I want this to be buildable into a single binary (no VMs or external runtimes).
I initially reached for #golang, but I'm second guessing that. Switching between Go and OpenSCAD is very jarring.
What general purpose, #FunctionalProgramming language is broadly similar to OpenSCAD (and fits my criteria)?