clojure-gamedev

2018-04-23T02:04:43.000260Z

So is anyone actively using Clojure for game development in here? Perhaps lwjgl or libgdx directly?

the2bears 2018-04-23T03:12:08.000186Z

@ghopper not quite sure I understood your need for multi-threading re:REPL and the game. My Clojure games run in the main loop (a single thread) but I use a REPL to access it, change things, inspect, etc. while the game runs.

the2bears 2018-04-23T03:14:45.000068Z

Certainly a separate thread, but I didn't have to do anything special other than launch a REPL in emacs and connect to that. Start the main in the REPL etc. Now, connecting to the game outside of emacs (or IDE) wouldn't be much different - just include whatever REPL you want in your code and the REPL library will handle the threading for you.

niels 2018-04-23T12:08:05.000522Z

https://itch.io/jam/lisp-game-jam-2018 six days left in lisp game jam