Byte arrays are fundamental to many domains: cryptography, audio and video processing, file handling, socket ops, etc. Clojure's host platforms support byte arrays and Clojure itself even offers an immutable byte array (clojure.core.Vec
).
Unfortunately, there is no support for a byte array literal and various attempts to add support have not been successful for surprising reasons.
Am I missing something, or is this simply not possible? And if it's not possible, could such support be added?