2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
4
Task/Sockets/TXR/sockets.txr
Normal file
4
Task/Sockets/TXR/sockets.txr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(let* ((server (first (getaddrinfo "localhost" 256)))
|
||||
(sock (open-socket server.family sock-stream)))
|
||||
(sock-connect sock server)
|
||||
(put-string "hello socket world"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue