Reading Minecraft NBT data in Clojure with Gloss
Written by Nathan Williams in programming on Wed 27 February 2013. Tags: Clojure, Minecraft, NBT, Gloss,
So far we have covered what makes up an NBT file in Exploring Minecraft With Clojure and how to read binary data in Clojure using the Gloss DSL in First Steps With NBT in Clojure
Today we are going to make a parser that can read any NBT file. There …