funcool / octet

A library that makes working with bytebuffers painless.
http://funcool.github.io/octet/latest/
BSD 2-Clause "Simplified" License
83 stars 15 forks source link

Little-endian support for TypedArray backend #5

Closed skrat closed 8 years ago

skrat commented 8 years ago

I think this would be best implemented using a dynamic var as there is little to no use case for mixed-endian. This var would then be used as last argument to all the DataView method calls in buffer.cljc. If you think this can go in, I'm happy to submit a PR. Thanks for the awesome lib.

niwinz commented 8 years ago

Nice idea! I will approach it after my weeding days!

Thanks!

niwinz commented 8 years ago

Already implemented in master

skrat commented 8 years ago

Awesome, thank you @niwinz