(.require [library [lux (.except) [control ["[0]" try]] [math [number (.only hex)]]]] ["[0]" // [encoding ["[1][0]" unsigned (.only U4)]]]) (type .public Magic U4) (def .public code Magic (|> (hex "CAFEBABE") //unsigned.u4 try.trusted)) (def .public writer //unsigned.writer/4)