In this example, i tested the go language created by google, evaluating the first 500 numbers of fibonacci sequence. The result is pretty awesome and incredibly fast.
Open terminal and run
go build index.go
Then execute the .exe file created in the root directory.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
I used this package as a reference for this project.