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

API: io lib #94

Open
bjcscat opened this issue Feb 27, 2025 · 1 comment
Open

API: io lib #94

bjcscat opened this issue Feb 27, 2025 · 1 comment
Labels
bikeshed Debating the best name or API for something. enhancement New feature or request runtime Work in the C++ runtime portion of the code

Comments

@bjcscat
Copy link
Contributor

bjcscat commented Feb 27, 2025

We should include an @lute/io lib to contain streams like stdout, stderr, and stdin as these need some place to go and I don't think they have a place in the current libs. This library could also hold the types for stream types that could be used in the socket libs.

@aatxe aatxe added enhancement New feature or request bikeshed Debating the best name or API for something. labels Feb 28, 2025
@aatxe
Copy link
Owner

aatxe commented Feb 28, 2025

Yup, this falls under the same design space as #59 sorta, in that we need to know what we want users to interact with for stream-like things.

@aatxe aatxe added the runtime Work in the C++ runtime portion of the code label Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bikeshed Debating the best name or API for something. enhancement New feature or request runtime Work in the C++ runtime portion of the code
Projects
None yet
Development

No branches or pull requests

2 participants