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).https://vxlabs.com./2018/05/18/interactive-programming-with-...
https://technomancy.us/188
geokon|10 months ago
I assume you've seen:
https://ertu.dev/posts/i-made-an-online-shooter-game-in-lisp...