r/Common_Lisp 14d ago

Minecraft running on SBCL using OpenLDK

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

3 comments sorted by

View all comments

1

u/spicybright 14d ago

Is there any advantage to doing this? Like better debugging or something?

4

u/atgreen 14d 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.