Hacker News new | ask | show | jobs
by flavio81 310 days ago
One could easily implement an Emacs (SLIME) plugin to "macroexpand" the (pseudo) expresion to real (concrete) Lisp code, and even to try again until the implementation satisfies you.

Then it becomes a concrete Lisp implementation and thus not unpredictable anymore.

1 comments

Isn’t that just vibe coding with extra steps?