GOTO 20 year anniversary

This year is, believe it or not, the 20th anniversary of the GOTO conference. So I think the expectations are high, with the event being hosted at the Bella Center. Dan North, who is a regular speaker at GOTO, was tasked with doing the first half of the keynote, and as always he...

Events
Read more

GOTO – a word on language divercity

One of the things that makes GOTO special for me is that it is the one conference i visit every year where I run into developers with so many different backgrounds. Most conferences are in one way or another centered around one platform and one programming language. Even though...

Events
Read more

Almost GOTO time

So it's that time of the year again. GOTO Copenhagen is just around the corner, and this year it is the 20th anniversary, so I expect it to be an even bigger deal than it normally is. It certainly looks like it, with the event being hosted at the Bella Center on the 3.-4....

Events
Read more

TypeScript 2.0 beta non-nullable types

One of the nice features of functional programming languages like F# is the lack of null. Not having to check for null every where makes code a lot less errorprone. As the saying goes "What can C# do that F# cannot?" NullReferenceException". Tony Hoare who introduced null...

Languages
Read more