Thread
Stories related to "Implementing graceful-close in Haskell network library" across the full archive.
I've spent the weekend trying to solidify my understanding of expression-based language design. This is my first language project that's actually got scope and variables.
So güd.
This hasn't been proofread by anyone besides myself (or code reviewed), so it might be a little rough.
For some reason, it goes without questioning that networked applications of significant complexity require a centralized server. Much of the nature of the web and the cloud are basically a result of this. In a number of cases, it's relatively legitimate. Some things just are significantly easier whe...