Done in Gleam (glox), passes all tests from the craftinginterpreters book repository. Note however that the current implementation of Environments uses ETS tables where we never clean up the data until the program finishes.
To run the tests:
just test_gloxTODO