Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghluka/fibonacci-sequence

πŸŒ€ The first 10 terms of the Fibonacci sequence written in various of programming languages.
https://github.com/ghluka/fibonacci-sequence

boilerplate esolang esolangs esoteric example-code fibonacci fibonacci-generator fibonacci-numbers fibonacci-sequence programming-languages

Last synced: 23 days ago
JSON representation

πŸŒ€ The first 10 terms of the Fibonacci sequence written in various of programming languages.

Awesome Lists containing this project

README

        

# πŸŒ€ Fibonacci Sequence

The first 10 terms of the Fibonacci sequence written in various programming languages.

[![GitHub license](https://img.shields.io/github/license/diamond-ore/Fibonacci-Sequence)](https://img.shields.io/github/license/diamond-ore/Fibonacci-Sequence)

## πŸ€” What is the Fibonacci sequence?

Excerpt from [Wikipedia](https://en.wikipedia.org/wiki/Fibonacci_sequence):

> In mathematics, the **Fibonacci numbers**, commonly denoted $F_n$, form a sequence, the **Fibonacci sequence**, in which each number is the sum of the two preceding ones. The sequence commonly starts from 0 and 1, although some authors start the sequence from 1 and 1 or sometimes (as did Fibonacci) from 1 and 2. Starting from 0 and 1, the first few values in the sequence are: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144.

## 🌳 Similar projects

- [leachim6/hello-world](https://github.com/leachim6/hello-world)
- [zenware/FizzBuzz](https://github.com/zenware/FizzBuzz)
- [clarkzjw/one-two-three...infinity](https://github.com/clarkzjw/one-two-three...infinity)
- [H4ckerxx44/h](https://github.com/H4ckerxx44/h)

## πŸ“₯ Contributing

We welcome contributions, to see our rules and guidelines on contributing please read [CONTRIBUTING.md](CONTRIBUTING.md)

# 🌐 Languages [71 total]

- [05AB1E](./src/%23/05AB1E)
- [Ada](./src/A/Ada)
- [AutoHotkey](./src/A/AutoHotkey)
- [Bash](./src/B/Bash)
- [BeanShell](./src/B/BeanShell)
- [Brat](./src/B/Brat)
- [C](./src/C/C)
- [C#](./src/C/C%23)
- [C++](./src/C/C%2B%2B)
- [COBOL](./src/C/COBOL)
- [Carbon](./src/C/Carbon)
- [Clojure](./src/C/Clojure)
- [CoffeeScript](./src/C/CoffeeScript)
- [Π‹++](./src/C/%D0%8B%2B%2B)
- [D](./src/D/D)
- [Dart](./src/D/Dart)
- [Elixir](./src/E/Elixir)
- [Erlang](./src/E/Erlang)
- [F#](./src/F/F%23)
- [Felix](./src/F/Felix)
- [Fish](./src/F/Fish)
- [Fortran77](./src/F/Fortran77)
- [Fortran90](./src/F/Fortran90)
- [Go](./src/G/Go)
- [Groovy](./src/G/Groovy)
- [Haskell](./src/H/Haskell)
- [Icon](./src/I/Icon)
- [Java](./src/J/Java)
- [JavaScript](./src/J/JavaScript)
- [Julia](./src/J/Julia)
- [Kotlin](./src/K/Kotlin)
- [Lisp](./src/L/Lisp)
- [Lua](./src/L/Lua)
- [MY BASIC](./src/M/MY%20BASIC)
- [Mamba](./src/M/Mamba)
- [Mojo](./src/M/Mojo)
- [MoonScript](./src/M/MoonScript)
- [Nim](./src/N/Nim)
- [Objective C](./src/O/Objective%20C)
- [Octave](./src/O/Octave)
- [Odin](./src/O/Odin)
- [PHP](./src/P/PHP)
- [Pascal](./src/P/Pascal)
- [Perl](./src/P/Perl)
- [PowerShell](./src/P/PowerShell)
- [Python 2](./src/P/Python%202)
- [Python 3](./src/P/Python%203)
- [Q#](./src/Q/Q%23)
- [R](./src/R/R)
- [Ruby](./src/R/Ruby)
- [Rust](./src/R/Rust)
- [RΓΆda](./src/R/R%C3%B6da)
- [Scala](./src/S/Scala)
- [Scheme](./src/S/Scheme)
- [Scratch](./src/S/Scratch)
- [Smalltalk](./src/S/Smalltalk)
- [Snap!](./src/S/Snap%21)
- [Squirrel](./src/S/Squirrel)
- [Swift](./src/S/Swift)
- [Turing](./src/T/Turing)
- [TypeScript](./src/T/TypeScript)
- [uBASIC](./src/U/uBASIC)
- [V](./src/V/V)
- [Vala](./src/V/Vala)
- [VisualBasic](./src/V/VisualBasic)
- [Wolfram Language](./src/W/Wolfram%20Language)
- [Wren](./src/W/Wren)
- [XBasic](./src/X/XBasic)
- [Yabasic](./src/Y/Yabasic)
- [Zephyr](./src/Z/Zephyr)
- [Zig](./src/Z/Zig)