What was your experience with it like?Would you recommend it as an embedded configuration language instead of e.g. lua?I have been considering doing that with the rust implementation in my rust projects.-----The language gained a new implementation in python, albeit vibe-coded based on the JAVA one.----jeets and nocoders with nothing of value to contribute are not welcome.
>jeets and nocoders with nothing of value to contribute are not welcome.who's left?
>>108956996yep. there are zero actual coders in this board.it's very easy to tell too, with "syntax this" and "troon that".
>>108956805Turing-complete languages like Lua can run with unbounded limits unless explicitly sandboxed with some checking mechanism. this can lead to DOS attacks.Starlark and similar languages can be "checked" by merely analyzing input size, which still seems sketchy to me.I personally just run a separate JVM with SCI so that one can write Clojure. I have another process that will kill that JVM if it exceeds some duration of time, and the JVM itself has a limited heap size, preventing excessive memory consumption.
>>108959541I should also add that the Racket language has a built in security model for things like this
>>108959541>teh Turing-completeopinion discarded