fibonacci-series
fibonacci-series copied to clipboard
This repository is to write program the famous Fibonacci series in as many different programming languages as we can.

I wrote it in elixir as [elixir_fibonacci.exs] and i also wrote a recursive version in ruby since i noticed in c++ you have both iterative/recursive versions. the recursive ruby function...
Screenshots of working codes: --- 1. Haskell  --- 2. SML 
added Node.js, i know its basically vanilla javascript but i do think its worth adding and it was for practise so..