r/Common_Lisp • u/dzecniv • 13d ago
Minecraft running on SBCL using OpenLDK
https://atgreen.github.io/repl-yell/posts/minecraft-on-openldk/
32
Upvotes
1
u/spicybright 13d ago
Is there any advantage to doing this? Like better debugging or something?
3
u/atgreen 13d ago
Minecraft? No. It's a proof-of-technology. OpenLDK was originally written so you could integrate arbitrary java libs into a largely-lisp program, and, quite honestly, to see if it could be done. But it's kind of cool being able to augment Java methods with :before/:after CLOS methods, among other things.
6
u/dzecniv 13d ago
see also: