archives

"Recent Posts" functionality?

(Dunno how much control there is over this feature vs. it being super baked into Drupal.) It seems to sort by original-article-posting-date and then by are-there-any-new-posts. So I can see pages of nothing new and then suddenly posts with the red asterisks. Personally, dunno if this is universal, I'd like it to sort the other way around or something, so that I see all of the articles with new posts before articles with no new posts.

Types Considered Harmful

Benjamin C. Pierce's presentation slides (in PDF) for his talk on Types Considered Harmful. The talk starts out discussing some of the general advantages and disadvantages of static typing. But the aim of the talk centers on the problems of building a type checker for the Boomerang Programming Languague (an offshoot of harmony).

  • Boomerang language design as an example of
    1. the need for very precise types
    2. some of the technical problems they raise
  • Contracts as an attractive way of addressing some of these issues

Pierce's work is currently centered on creating a PL for Bidirectional Programming. A work in progress but it's interesting to see the thought process behind language design in real-time.