Articles by brian

Visions of Tool Integration

It's an amazing thing when your development tools work together.

In the bad old days, we thought it was cool when the editor could work in concert with source control. It blew my mind when we first had source control with integrated bug tracking. (Wow, you can see the ...

What Makes a Nice Programming Language

(I started this post about halfway through the Year of New Programming Languages, and wrapped it up in December.)

At the midway point I was most excited by Common Lisp, but with doubts I'd be using it for anything real. By the end of the year my favorite new ...

Writing a Simple SBT Task

In a project I'm working on, I wanted to copy a fat jar to a remote machine for testing.

The sbt-assembly plugin is handy for making a fat jar, but I didn't find any convenient plugins for just copying the jar somewhere. (SBT's built-in publish mechanism is ...

« Page 18 / 19 »