|
|
|
|
|
by IshKebab
702 days ago
|
|
> If you don't need the extra features Lua provides, why include them? The whole point of a feature like this is that you don't know what will be required. It's going to be pretty annoying when a user does find they need something that's impossible with CEL and they can't do it because the devs think they'll write slow code. Lua is not very nice IMO, but I've used Rhai successfully in the past. It even has an operation limit feature already: https://rhai.rs/book/safety/max-operations.html |
|