I've been scratching my head trying to think how to package assets for my #lispGameJam project, I really REALLY wanted to be able to inline assets as raw hex code, like I normally do for uxn projects, not have to read binary files, so I added a special form with square brackets that lets me to just that!
This is the first sprite(a little arrow) I was able to store in my source code.