So I'm mimicking what they did for painless but wi...
# kontributors
a
So I'm mimicking what they did for painless but without having to write a whole new scripting language to do it, and it would be a better version because Kotlin is more expressive when doing things like long functional chains that painless just fails at
k
according to this, "painless" is really the wrong name for the language, eh?
a
yep, I have it working with verification now. Now I'm changing to daemon compiler, cleaning up code to add my own reader for their "whitelist" files, and then last bit is to serialize lambdas, send them to server, verify them, load them, execute as script. That'll be the cool part.