Moises P. Sena
Moises P. Sena
Hi @mmatczuk, 1. My motivation was a need to have multiple data collectors behind a router and that could be accessed externally. As these collectors are sent to various places...
@DawDavis , I have implemented a branch "[vm_context](https://github.com/moisespsena/tengo/tree/vm_context)" based on [tengox](https://github.com/ozanh/tengox) with the definition of objects based on maps and reflection. I did it to be able to use it...
Hello! Current bachmark results after your comments: ``` ------------------------------------- fibonacci(35) ------------------------------------- Result: 9227465 Go: 50.01228ms Parser: 14.9µs Compile: 69.707µs VM: 4.527052515s ------------------------------------- fibonacci(35) (tail-call #1) ------------------------------------- Result: 9227465 Go: 68.14745ms...
At moment, all tests has be passed. My solution to solve conflict: uses only index and call function instead of method call.
Hello! Although there was no error during the tests, I found it. When using builitin named functions containing DOT (example `os.getenv`) they do not work, because `os` isn't defined. For...