Is there a way to compile kotlin sources and use t...
# javascript
m
Is there a way to compile kotlin sources and use the generated class at runtime?
r
On JS?
m
hm, I guess I'll have to look into sending data from and to a file created with kotlin scripting then. Would you know if that's possible?
Ideally I can avoid having to send user-generated code to the backend of my website and run it in their browser instead ^^