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

Add Socket word set. #29

Open
SirWumpus opened this issue Sep 3, 2024 · 0 comments
Open

Add Socket word set. #29

SirWumpus opened this issue Sep 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request future Long term goal.

Comments

@SirWumpus
Copy link
Owner

Following #27 it should much easier to implement a Socket I/O word set, ie. socket, connect, accept, etc. Sockets typically use read, write, close, etc. which can be shared with the File Access words based on POSIX I/O.

  • Do we create a 1-to-1 mapping of POSIX I/O words?
  • Do we borrow from other Forth implementations such as GForh, VFX so that ready made packages from theForthNet can just drop-in.
@SirWumpus SirWumpus added the enhancement New feature or request label Sep 3, 2024
@SirWumpus SirWumpus self-assigned this Sep 3, 2024
@SirWumpus SirWumpus added the future Long term goal. label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request future Long term goal.
Projects
None yet
Development

No branches or pull requests

1 participant