Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I hope you mean bytevectors because regular Scheme vectors will be very inefficient for buffer data!

(+1)

You're right, I was confused for a long time because I was expecting bytevector literals to start with `#v`. I should probably rename the procedures to convert them to `TypedArrays`.