Jit compiler Build the executable and run an example to calculate 20th fibonacci number using a naive recursive strategy $ make build ... $ ./jitc examples/fib.shs 10946