While I like the intention of “write once use anywhere”, converting code from python, r, julia to c++ is not an easy task. I would like to see more tracing JITs that could capture the essence of the operations, store the result, and somehow convert it to a more permanent representation that could be converted between languages. PyPy and Julia have such a JIT compiler, but work needs to be done to enable persistance