A wiki where every page is a literate program

::: {.Section1} I am interested by Literate Programming, in which both human-readable discussion and compiler-readable code are combined. Not only does such a system allow a document to be unit-tested, it generally allows code samples to be more expressive, because you can re-order code sections to fit the discussion. I’ve …

more ...

Software Development *Is* Program Transformation

::: {.Section1} [Ralph Johnson makes the point that since the majority of work on code is subsequent to its initial creation, the idea that transforming one program into another is not a theoretical exercise, but a fundamental reality of the way things already work. Via [Patrick Logan] ]{style="font-size:11.0pt …

more ...

When to build a DSL

::: {.Section1} This is a technical paper that contains good advice on domain-specific languages. Via [Lambda the Ultimate] :::

more ...

High-speed binary file reading in C#

::: {.Section1} Another good article on C#. This one on how to use interop to speed file reading.  [via Steve Pietrek] :::

more ...

Ray Ozzie's LiveClipboard: Another Elevation of Cut & Paste

::: {.Section1} Ray Ozzie’s “Clipboard for the Web” is also (partially) based on the premise that “cut and paste” / copying is something that is inherently productive. A microtrend? :::

more ...

Jonathan Edwards on Programming By Copy & Paste

::: {.Section1} [I have been very intrigued by Jonathan Edwards’ work on “Subtext,” a spreadsheet-like programming language that elevates “copy and paste” to be the primary means by which programs are constructed. He’s already put up some prototypes and casual discussions, but now he’s posted a draft of a …

more ...

Nice article on templating and generics

::: {.Section1} This is a nice article demonstrating a programming style that has become possible in C# 2.0. Update: Fixed broken link. :::

more ...

Truck Dismount

This game perfectly captures how I feel right now:

Movie

more ...

Is the UMPC not the "XBoy" IPod Killer?

This article reports on Microsoft's rumored 'iPod killer' and is filled with enough details to make me think that this is a different project from Origami/UMPC. That's interesting, because when the rumors of an "XBoy" started a few months ago, I mentally said "Oh, that's the Origami." (Yes, I …

more ...

Assurances from CMP: DDJ to change, Jolts to continue

Apparently, DDJ has had a redesign (which doesn't necessarily mean new editorial direction, but could be...) and wants to continue the Jolt Awards going forward (although it's a little confusing, as the Jolts will apparently continue as a project tasked to CMP's Events groups).

Rosalyn Lum, SD's Technical Editor, is …

more ...