Roads Less Taken

A blend of programming, boats and life.

New Languages After 2000

| Comments

I am sitting in a gate on an airport waiting to go to ESUG so I felt I should finally get this article out the door. In a presentation earlier this year I asked what has happened in the programming language area since year 2000? Not much I felt and I couldn’t really name any interesting new language when thinking about it. But then I decided to look more closely and I can conclude I was at least partly wrong :)

So prepare for a long (too long) article digging through a whole bunch of languages trying to come up with the answer - Have any interesting programming languages appeared since year 2000?

(And at the end, how is the Smalltalk community doing?)

RethinkDB - Yet Another NoSQL?

| Comments

15-18 years ago my passion was in OODBs. As a Smalltalker GemStone was one of the most fascinating to work with, but as we all know OODBs never got really popular, despite their fantastic qualities. But the new NoSQL databases in many respects offer OODB-ish characteristics, although they of course also bring a whole new menu to the table.

In my eternal quest for “database bliss” my next stop is RethinkDB, but let me tell you how I got here.

Going Virtual From CLI

| Comments

Recently when I automated a development process I looked deeper at managing virtual environments and ended up using two really nice tools complementing VirtualBox in a slick way - Vagrant and Veewee. A lot of us use VirtualBox of course, but getting a new Ubuntu box up is still a bit of blablablabla… What if it could be done all from the command line and easily automated?