▲ | zem 2 days ago | ||||||||||||||||
it should at the very least fit the same niche golang does | |||||||||||||||||
▲ | dataflow 2 days ago | parent | next [-] | ||||||||||||||||
I almost mentioned Go as another example of what it doesn't substitute for, but decided to cut off the list. But no, I don't think it fits that niche either. Go has a lot of features D doesn't have. Just off the top of my head: it's very simple, it doesn't have pointer arithmetic (yes, that's a feature here), it performs escape analysis to automatically extend the lifetime of objects that escape the stack frame, etc. | |||||||||||||||||
| |||||||||||||||||
▲ | globular-toast 2 days ago | parent | prev [-] | ||||||||||||||||
Well that shouldn't be a mystery. Golang was marketed by Google. |