Bytes libary

byte array libary in Snap!

all you need to do to use it is drag this image and click the block
untitled script pic(14)

add bitwise operators!

done, the operators in the operators category will convert the values into reals btw

The only problem.. it requires JS. It doesnt need to, you can implement all this behavior in plain Snap!.

In the official bitwise operators library, we title the blocks
untitled script pic (7)
etc. so as to avoid confusion with
untitled script pic (8)
etc.

I don’t think you can detect machine endianess locally in plain Snap!

For that, no; but for everything else use plain Snap! (As edianness is not common to deal with…)