-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
topic: packing and unpacking binary data #14
Comments
That would be a great place to start, and then we could see how to expand it (e.g., show readers what we would do if we didn't already have those capabilities and had to implement some parts ourselves). Would you like to take this one? |
Yes please add me. |
It's been on my todo list for a while to build one of these. Folkert suggested I look at https://postcard.jamesmunns.com/wire-format.html as that is something similar and works well with rust. It's not something I have spent much time investigating, just thought I would share in case that helps. |
Also for reference here is a conversation topic about some missing functions we need to implement in builtins to build out the full functionality. Basically we can't do floats rn, but I guess for the sake of the book article those could be left unimplemented. |
Thank you for the links. I am aware of the current limitations, but maybe we can implement the missing methods by the time the book is released. On the other hand, dec and float don't have to be part of the chapter. I was also thinking of doing a BSON encode formatter. Like "We have this for JSON, let's see how we would do this in a similar binary format". |
Thanks @FabHof - please create a subdirectory under the project root called |
The text was updated successfully, but these errors were encountered: