Hacker News new | ask | show | jobs
by reeves23423 2395 days ago
Are you saying literally or figuratively. You mean it is possible to implement a working python3 client in one hour ? I would love to see someone do a live stream .
1 comments

Yeah. Well, maybe. It might be a slight exaggeration but IRC is ludicrously simple. It's just sending text strings back and forth on a TCP socket. You can literally use telnet as an IRC client.