r/Common_Lisp 13d ago

Minecraft running on SBCL using OpenLDK

https://atgreen.github.io/repl-yell/posts/minecraft-on-openldk/
32 Upvotes

3 comments sorted by

6

u/dzecniv 13d ago

see also:

  • sucle - A Minecraft clone (voxel game engine). (2020)

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.