Quick question: did anyone try or trying to build a clojure->MLIR interpreter? I am looking at https://mlir.llvm.org/docs/Dialects/TOSA/ and was thinking that writing a DSL that generates TOSA jit-compilable code (e.g. using https://github.com/iree-org/iree) is doable and potentially a useful option for high-performance computing in Clojure. This approach is somewhat similar to what Jax is doing in Python ecosystem, although it has a lot more intermediate representations before eventually being compiled into StableHLO (https://github.com/openxla/stablehlo)