My point is that migrating to new releases isn't always trivial, especially the more complicated and complex a project gets. If i knew that i'll run if compiled successfully, then it wouldn't be too bad, but with the amount of reflection, dynamic class loading etc. that frameworks like Spring favor, my workflow to date has been fixing a bug, building and running, something else breaking, fixing that bug, building and running, something else breaking, realizing that i cannot fix this because upgrades to the logic would be inherently "lossy" due to a mismatch of what the new framework versions provide, making it so that breakages that aren't covered by tests will also be created and so on ad infinitum.
Sometimes it makes me wonder why JDK 9 onward just didn't have a compatibility module: "Here, install this to have all of the old Java classes that were removed from the standard library after JDK 8 and retain that old functionality for software projects that would otherwise be stuck in development hell short of a full rewrite." Or something like that for Spring Boot, that lets you use web.xml instead of having to use hacks to load its contents and register all of the servlets, with half of them not working anyways, because some class names were changed along the way.
Software doesn't always age beautifully.
Furthermore, it feels like new runtime and package versions are made in ways that accidentally break backwards compatibility with no clear ways to avoid this.
Sil http://www.amirrorclear.net/flowers/game/sil/ is kind of an Angband variant but embraces the middle earth theme a lot more and has removed a lot of stuff.
Tales of Maj'Eyal https://store.steampowered.com/app/259680/Tales_of_MajEyal/ is the continuation of an angband variant called Tales of Middle-Earth / T.o.M.E., which name change I gather was necessary because DarkGod wanted to go commercial.
I wanted to link to [0] for a complete list but it's having struggles today. [1] and [2] have lists but I would guess that roguebasin's list would be more authoritative.
[0] http://www.roguebasin.com/index.php?title=List_of_Angband_va...
USA use X12, similar thing.
Anyway, it's on Wikipedia and is fairly fascinating: https://en.wikipedia.org/wiki/TempleOS
I have Windows Servers with tools that create text-based logs and it would be nice to have something that could tail them.