I am testing the Fibonacci code. As an example I am finding the 41st number. [fibo.zip](https://github.com/NerdLang/nerd/files/14023109/fibo.zip) node fibo.js returns pretty quickly, but ./fibo.out after nectar fibo.js -o fibo.out takes noticeably long to return. This is entirely different what's supposed to happen based on the benchmarks in the repository. Is something broken?