[Linkdump I] “The worst programming language ever” and more

A class on Programming Languages at TUM (video lectures) taught by Dr. Petter and Dr. Simon got me really interested into language design over the past semester.

While I learned a ton of stuff and for example got some really interesting insights into the decisions involved when comparing Java and C# and reading  Anders Hejlsberg’s reasons for designing C# the way it is (e.g. why methods are not implicitly virtual in C# etc.), what I am going to share here are links that show language design at its worst.

First of all, there is Mark Rendle’s presentation on The Worst Programming Language [~ 1h]  in which he sets out to develop the worst programming language ever. He draws inspiration from real programming languages as well as from other satirical languages such as INTERCAL, where he borrows the COME FROM.

Another talk that is really hilarious is Gary Bernhardt’s classic sarcastic Wat talk [< 5 min] on strange behavior in JavaScript and Ruby. I guess most of you have already seen this one like a thousand times, if not, you have been missing out !

There is also a blog article called PHP : a fractal of bad design that someone posted on reddit a few months back that has to be taken with a rather large grain of salt but does a good job at showcasing design choices in PHP, that –  looking back – seem to have been not too smart, and is hilariously funny while doing it. There is also PHPsadness.com and /r/lolphp that are kind of similar. Did you know that – in PHP – if you have a :: where it is not supposed to be, PHP < 5.4 complains it found an unexpected T_PAAMAYIM_NEKUDOTAYIM (Hebrew for double colon) ? If not, these are the places to find out. (I really recommend checking out the graph for the less than relation in PHP, it’s nothing like you expect.)

These are just the links I remember off the top of my head, I plan on sharing more of those in the future, as well as some links on language design that are not tongue-in-cheek.

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Thanks WordPress, I’m gonna do just that !

I have been thinking about starting a blog for a few months now, bought a domain two months ago and here I am writing the first paragraph on my brand-new WordPress installation

So, why did I do it ? The reason is quite simple: While I have had some kind of online presence for almost 10 years, none of the websites is really personal in any way, so it felt weird to locate this blog there.

As this blog is brand-new I am not entirely sure what it will contain: It is probably going to be a mixture of more or less personal stuff and posts about exciting side-projects (university or otherwise). I am also planning on doing a linkdump from time to time, where I just post exciting links that I came across during my travels on the interweb.