Im calling it now, I think kotlin will get a CLR b...
# random
j
Im calling it now, I think kotlin will get a CLR backend in the next 12 months
d
jkbbwr: Why do you think that? What value would it provide that wasn’t already covered by the existing/planning backends?
j
Integration with the .NET stack.
e
It has been discussed at length before: https://discuss.kotlinlang.org/t/kotlin-on-net-platform/2142
p
If it were up to me Microsoft could shove their whole "stack" right up where the sun don't shine.
1
e
oracle? 🧌
p
Oracle has much less influence on the Java ecosystem than Microsoft has on the .NET ... Oracle also didn't kill RoboVM or Skype.
e
"where the sun don't shine" ---> oracle
p
oh.. that went over my head haha
e
😄
c
The problem with .net is that its reified generics makes this kind of project difficult
k
I would have thought it would make it easier... .Net's genetics seem more powerful because of that
c
@kenkyee It's actually the other way around, reified platforms have a lot more downsides than erased ones. Some food for thought: http://beust.com/erasure
k
Interesting... That was educational. Being able to call the constructor was what I remembered being useful in C# too.
c
As I illustrate in the post, trivial to emulate with factories