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

Cleanup issue for FILE-POSITION on string streams #27

Open
scymtym opened this issue Jan 22, 2023 · 0 comments
Open

Cleanup issue for FILE-POSITION on string streams #27

scymtym opened this issue Jan 22, 2023 · 0 comments
Labels
needs writeup A problem description that should be turned into a written-up issue

Comments

@scymtym
Copy link
Member

scymtym commented Jan 22, 2023

Prompted by s-expressionists/Eclector#75

Discussion: https://irclog.tymoon.eu/libera/%23commonlisp?around=1674396772#1674396772

Current practice (thanks to @phoe):

(with-input-from-string (stream "foobar" :start 5) (file-position stream))
0: SBCL, CLISP, CCL, LW
5: ABCL, ECL, Clasp, ACL
@scymtym scymtym added the needs writeup A problem description that should be turned into a written-up issue label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs writeup A problem description that should be turned into a written-up issue
Projects
None yet
Development

No branches or pull requests

1 participant