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

lisp: read-char, peek-char, and read-string #36

Open
jorendorff opened this issue Sep 1, 2017 · 0 comments
Open

lisp: read-char, peek-char, and read-string #36

jorendorff opened this issue Sep 1, 2017 · 0 comments

Comments

@jorendorff
Copy link
Owner

These functions exist, but they don't work.

Funny story: because reading individual characters from a stream is inefficient and why would you want to do that, Rust doesn't really provide this capability. It seems possible to implement it on top of BufRead and maybe something like the utf8parse crate.

@jorendorff jorendorff changed the title lisp: read-char and read-string lisp: read-char, peek-char, and read-string Sep 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant