<@U0B8FC23U>: Re: transpilation APIs into target l...
# announcements
j
@derkork: Re: transpilation APIs into target language. Yeah. In my previous project, I had special classes to represent Lua APIs with annotations that said "when someone calls this method, replace the call with this Lua code". I would expect to have something similar with Kotlin annotations. http://blog.jetbrains.com/kotlin/2014/12/javascript-interop/ Similar to the native("$") example with jquery