What does HackerNews think of Barliman?

Prototype smart text editor

Language: Scheme

Not a complete replacement, but very cool and related: https://github.com/webyrd/Barliman
This sounds a lot lke like minikanren (https://github.com/webyrd/Barliman) where you give test cases and Idris2 (https://github.com/idris-lang/Idris2) where you give type constraints as a tool for building programs.
If you're interested in the work that led to this, definitely check out Kenichi Asai's reflective languages. The code for his Black language with reflective semantics is reproduced here: [0]

More tangential but also cool: this talk[1] by William Byrd mentions reflective towers, but jumps into a discussion of what he terms "relational programming". It's a demo of his Barliman Smart editor system: [2]

[0] https://github.com/readevalprintlove/black

[1] https://www.youtube.com/watch?v=OyfBQmvr2Hc

[2] https://github.com/webyrd/Barliman

You could look at this as "CPUs are cheap, of course we can afford to leave them idle." But a more interesting angle is, "For one programmer's hourly cost, you could run 4000 CPU cores continuously. Can there really be no practical way to apply thousands of cores to boosting the programmer's productivity? What are we missing?"

For instance, couldn't https://github.com/webyrd/Barliman develop into something that makes computing worth spending on at that level?