-
Taichi (similar to numba) is a python library that allows you to write high speed code within python. So your program consists of slow python that gets interpreted regularly, and fast python (fully type annotated and restricted to a subset of the language) that gets parallellized and jitted for CPU or GPU. And you can mix the two within the same source file.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
terra
Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
Terra is the language you're looking for: https://terralang.org/
-
coalton
Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
-
It would be interesting to reboot something like Lush but using Wasm and Scheme with https://github.com/schism-lang/schism then you could use code generation internally be emitting wasm from your schism code and then reloading the entire environment.
-
Halide https://halide-lang.org/
-
Futhark https://futhark-lang.org/