there is a PL like Halide but for general purpose programming ?

so...hallide isn't itself turing complete...but it is a framework in c++, which is turing complete.

as far as general purpose app scheduling..git will allow you to build pipelines like this with their continuous integration and pipeline tools, in a language agnostic way.

i.e. i could write a python script, the output of which gets fed into a rust script, then the results get pushed to a db somewhere and a testing script could then run on those results.

ci is uaually language agnostic, and involves spinning up dedicated virtual machines for each step in the pipeline

...i'd be able to direct you better if you game me an idea of what you're trying to do

/r/AskProgramming Thread