You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jorendorff
changed the title
lisp: read-char and read-string
lisp: read-char, peek-char, and read-string
Sep 1, 2017
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.The text was updated successfully, but these errors were encountered: