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
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.
The text was updated successfully, but these errors were encountered:
Following #27 it should much easier to implement a Socket I/O word set, ie.
socket
,connect
,accept
, etc. Sockets typically useread
,write
,close
, etc. which can be shared with the File Access words based on POSIX I/O.The text was updated successfully, but these errors were encountered: