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

Better printers for ByteArrays #3246

Open
mariari opened this issue Dec 10, 2024 · 0 comments
Open

Better printers for ByteArrays #3246

mariari opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request pending-review

Comments

@mariari
Copy link
Member

mariari commented Dec 10, 2024

Swap> replicate 32 0x0 |> mkByteArray
bytearray-from-list-byte (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListCons UInt8 0 (builtinListNil UInt8)))))))))))))))))))))))))))))))))

I find this hard to read in the REPL, some printers should probably be had on these primitives to be less annoying to confirm if they work as intended

@mariari mariari added enhancement New feature or request pending-review labels Dec 10, 2024
@mariari mariari changed the title Better printers for data Better printers for ByteArrays Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending-review
Projects
None yet
Development

No branches or pull requests

1 participant