Programming Articles and Talks
Here’s a collection of talks or articles that I really enjoy.
The Error Model Joe Duffy describes the error model in an experimental programming language that he worked on. Starts off by describing different ways that programming languages give programmers to express and deal with errors. He discusses the pros and cons of each strategy, and then goes on to describe how they designed around those problems to create something truly unique.
[Read More]