I’m building an online compiler for C, Python and Kotlin. C and Python work well, but Kotlin compilation takes a long time.
Any feedback on how I can make the compilation faster?
http://52.170.87.157:8079/kotlin.html
punitjajo: Maybe you could use kotlin daemon for compilation
p
punitjajo
06/15/2017, 7:35 AM
@gildor I’ll try that. Sounds like a solid solution.
@n3o59hf Security is important for my solution, so I’ll only go for nailgun if all else fails. Thanks for the suggestion!