blob: 51ade8fa8096cbe772e91ca873036ecbe42c9575 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# fib
Can you please give me a Fibonacci function? Ideally (but not necessarily) one that only you would give me.
For a submission to the upcoming "Reclaim your space" exhibition at [Hatch Art Gallery](https://www.instagram.com/hatch_artgallery).
### [`adirar111`](https://github.com/adirar111)
- [`y86`](./entries/adirar111/y86/fib.s)
### [`braxtonhall`](https://github.com/braxtonhall)
- [`adam`](./entries/braxtonhall/adam/main.py) (WIP)
- [`express`](./entries/braxtonhall/express/index.js)
- [`homework`](./entries/braxtonhall/homework/fib.cpp)
- [`types`](./entries/braxtonhall/types/index.ts)
<!-- - `smt` compiles to SMT, and the solver gives you the fib sequence -->
<!-- - `imperitive-church` imperitive implementation in the lambda calculus -->
### [`ionathanch`](https://github.com/ionathanch)
- [`agda`](./entries/ionathanch/agda/Fib.agda)
### [`funemy`](https://github.com/funemy)
- [`agda`](./entries/funemy/agda/fib1.agda)
- [`z3`](./entries/funemy/z3/z3fib.sh)
### [`jyoo980`](https://github.com/jyoo980)
- [`scala`](./entries/jyoo980/scala/Fib.scala)
### [`margoseltzer`](https://github.com/margoseltzer)
- [`efficiency`](./entries/margoseltzer/efficiency.c)
### [`Metroxe`](https://github.com/Metroxe)
- [`html`](./entries/Metroxe/index.html)
### [`nritschel`](https://github.com/nritschel)
- [`fib-java`](./entries/nritschel/fib-java/src)
### [`rtholmes`](https://github.com/rtholmes)
- [`stack-overflow`](./entries/rtholmes/Fibonacci%20series%20in%20JavaScript%20-%20Stack%20Overflow.webloc)
### [`shayanh`](https://github.com/shayanh)
- [`matrix`](./entries/shayanh/matrix.go)
### [`Tarcisio-Teixeira`](https://github.com/Tarcisio-Teixeira)
- [`logn?`](./entries/Tarcisio-Teixeira/fib.py)
### [`wilbowma`](https://github.com/wilbowma)
- [`fib-lang`](https://github.com/wilbowma/fib-lang/tree/2ec2d1dfd141220882d824cf3dac5b374ed291f3)
## Contributing
To contribute just make a PR into the `main` branch!
1. Click `Fork` button in the top right of the GitHub page
1. Develop your `fib` and push to your fork
- Put your `fib` in a directory with your GitHub ID under the [`entries/`](./entries) directory
1. Click the `Pull requests` tab and then the `New pull request` in your fork
1. Set the base repo and branch to be `braxtonhall/fib` and `main`
1. Click `Create pull request`
|