Often, when learning a language I'll write a server of some sort. Does gforth have the capability to use network sockets?
I don't see anything about sockets in the manual.
Often, when learning a language I'll write a server of some sort. Does gforth have the capability to use network sockets?
I don't see anything about sockets in the manual.
Though I don't see any documentation about it, there is a
socket.fs
which binds to libc.ECHO
server exampleProvided under the GNU FDL, from Rossetta code by IanOsgood (commit)
However, ymmv
There are no Keepalives so you'll logically get disconnects from that.