This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
ikarus
Watch
4
Star
0
Fork
You've already forked ikarus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4f0a816295
ikarus
/
scheme
/
last-revision
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added a tcp-connect procedure that takes a host name and a service name (e.g. "www.google.com" and "http") and returns two binary ports: the first for output and the second for input. Both ports must be closed for the connection to close. Also added an example in lab/tcp-connect-example.ss which connects to an http server, sends "GET /\n" and prints the responde.
2007-12-26 17:35:58 -05:00
1289