I'm programmatically accessing `kotlinc` and feedi...
# kontributors
r
I'm programmatically accessing
kotlinc
and feeding it snippets to verify they can be compiled. Is there a way to also evaluate expressions and obtain their results in the same way the
kotlinc
REPL does? Any help or pointers in the right direction are appreciated 🙂
o
You might want to check #scripting
r
thanks!