Another thing I was wondering is how could we create an automatic javascript wrappers to use in Kotlin. For me the hard thing to include Kotlin in the javascript stack is about the wrappers. So I was wondering, could we create a tool, for example, that could inspect a javascript library a create a wrapper for it automatically, even without types? Or could we have an autocompletion (on IntelliJ, for example) that when we link a library (using ‘external’ or something like that) we achieve an autocompletion (exactly what happens when we are using javascript in IntelliJ)? So I don’t really know the goals or how can I help but I’m very interested on this. Someone can point me the direction?