daniel
daniel
You should use `TrueValue` or `FalseValue` (https://github.com/d5/tengo/blob/master/objects.go#L17-L20) instead. Maybe that should have been documented somewhere.
Hmm. Well Tengo is running on the same Go runtime. I cannot think of any good solutions to this.
curious. why couldn't you make bool value sematics?
Yeah. I didn't look into all the details yet, but I like the idea of having value- and pointer- semantics for different types. It was long time ago, but I'm...
Also I would suggest that we create `v3` branch so we can put some other changes we need to upgrade the version - documentation, maybe some settings, etc. We can...
and maybe update the performance benchmark in README too? :)
Maybe we should just add a new intrinsic function (e.g. `exit`).
Sounds like there were some meaningful outcomes here! Sorry that I missed the discussions, but please let me know if there's anything else I can do.
tengox is brilliant! 😄 Good job! One thing I'd suggest is that you make them more portable or detached. A similar example would be the relationship between `tengo.Script` and `tengo.Compiled`....
Thanks for the proposal! I admit Tengo's error handling is weak. I've been thinking about this too, but, I couldn't find a cleaner way to do this mostly because of...