Skip to content
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

Add bytevector support #59

Open
mattwparas opened this issue Jun 16, 2023 · 2 comments
Open

Add bytevector support #59

mattwparas opened this issue Jun 16, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@mattwparas
Copy link
Owner

See bytevectors here: https://small.r7rs.org/attachment/r7rs.pdf

These could either be implemented as an enum variant in SteelVal or as just an opaque struct.

@mattwparas mattwparas added the enhancement New feature or request label Jun 17, 2023
@EDToaster
Copy link

I see #169 implements bytevector. What else is needed to complete the implementation?

@mattwparas
Copy link
Owner Author

I haven't done an audit of the spec, but I believe there isn't support at the reader level for byte vectors yet, so doing the short hand byte vector syntax isn't possible at the moment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants