On Wed, 11 Nov 2009 03:21:27 +0100, Knud Soerensen wrote: > Google have made a new language. > > See http://www.youtube.com/watch?v=rKnDgT73v8s
You could take like the first 15 minutes and just replace the word 'Go' with D. I found the way interfaces were handled to be quit interesting, similar to how Andrei is doing his range implementation. Not sure if an object hierarchy would get in the way of having it in D though. For those who didn't/can't watch: A function requires a specific interface; the compiler checks that the functions are implemented at compile-time.
