On 5/21/13, Andrej Mitrovic <andrej.mitrov...@gmail.com> wrote: > On 5/20/13, Adam D. Ruppe <destructiona...@gmail.com> wrote: >> Hell, I've even done this. >> https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/master/simpledisplay.d
It's also interesting how people implement GUI libraries in very different ways. Especially in D where you have CTFE/templates/mixins, you could literally do it any number of ways. Just discussion the initial approach would probably span a thousand replies, where everyone has their own unique idea and where they disagree with each other.