ROLI acquisition of JUCE

There's a video by ROLI about the acquisition:
http://www.youtube.com/watch?v=ncp86cs3j8s

(Found it via http://createdigitalmusic.com/2014/11/roli-makers-seaboard-instrument-just-bought-leading-c-audio-framework/ )

I know this will never happen, but I would LOVE it if JUCE could be written in the D language. It has always seemed to me that the design of D and JUCE are somehow kindred spirits and they would be so great together. D is so much better than C++. If I could use D and JUCE together I wouldn't need to think about any other language or GUI again. (Well Ok,  Haskell.) I can dream can't I?

I'm also a big fan of D, but that'd involve maybe just a bit of work to rewrite it...!

Lol, yeah. But I just had to get that out. D really needs a good GUI IMO. There are a couple out there, but I'm not all that happy with them.

What about using SWIG (http://www.swig.org/compare.html) to generate a language binding of the JUCE-API to D?

The bonus: JUCE might work with all those other languages too.

I'm not a big fan of bindings. But I never checked into SWIG. I'll do that if I have some time. Thanks.