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

When will there be io and socket module? #19

Closed
dhensen opened this issue Jan 28, 2023 · 7 comments
Closed

When will there be io and socket module? #19

dhensen opened this issue Jan 28, 2023 · 7 comments

Comments

@dhensen
Copy link
Contributor

dhensen commented Jan 28, 2023

Awesome project. See title

@fubark
Copy link
Owner

fubark commented Jan 28, 2023

There will definitely be a socket module or the ability to do similar ops. Is there an io library you already like so I can look at?

@dhensen
Copy link
Contributor Author

dhensen commented Jan 31, 2023

Hi @fubark, I'm mainly a python dev so ofcourse I'm immediately thinking about io and socket.

@dhensen
Copy link
Contributor Author

dhensen commented Jan 31, 2023

Reason I'm asking is I would like to create a simple web API using cyber.

@fubark
Copy link
Owner

fubark commented Feb 1, 2023

I think these libraries especially the web servers won't be builtin into Cyber, but you'll be able to import these libs from the web. On a related note, Cyber will have builtin primitives to create buffers so you can create your own fast BufferReader for example.

@zachcp
Copy link
Sponsor

zachcp commented Feb 2, 2023

@fubark you vision for this language is impressive.

@fubark
Copy link
Owner

fubark commented Feb 2, 2023

I appreciate that @zachcp ! It's gonna be really exciting, but also a lot of work. 😁

@fubark
Copy link
Owner

fubark commented Feb 20, 2023

Importing libs should now be possible with the recent work on module imports. See https://github.com/fubark/ray-cyber for an example of this.

@fubark fubark closed this as completed Feb 20, 2023
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

3 participants