Do we know what other languages are in the room? I would guess Nim is one of the most mature of the minimalistic/experimental/emerging languages.
As such interesting talks would for example be about: * designing a macro API: but if they are not statically typed and with metaprogramming in mind it won't help * designing a multithreading runtime: but if they have a global interpreter lock (GIL) like in Python that's not interesting. * designing a Numpy-like library: but if they don't care about scientific computing (or don't have generics ;)) that's not helpful
