I am looking for a game framework that allows interactive programming
like LISP for browser games. So far I have tried love2d, TIC-80, and
defold. Fennel (Clojure like language for Lua) works with love2d and TIC-80, but I could not get
emacs repl to connect to TIC-80. Also I couldn't get Fennel to work
with defold. Maybe there's a way I haven't found yet, but for now the
only way to achieve interactive programming is to use love2d (love2d +
fennel + emacs repl).