/alg-fibonacci

GNU General Public License v3.0GPL-3.0

alg-fibonacci

Written in Algol 68.

Prints the first 30 numbers of the fibonacci series, using three different approaches.

On VAX/VMS compile and run using:

$ algol fibonacci   
$ link fibonacci 
$ run fibonacci 
0, 1, 1, 2, 3, 5, 8, 13
21, 34, 55, 89, 144, 233, 377, 610
987, 1597, 2584, 4181, 6765, 10946, 17711, 28657
46368, 75025, 121393, 196418, 317811, 514229
0, 1, 1, 2, 3, 5, 8, 13
21, 34, 55, 89, 144, 233, 377, 610
987, 1597, 2584, 4181, 6765, 10946, 17711, 28657
46368, 75025, 121393, 196418, 317811, 514229
0, 1, 1, 2, 3, 5, 8, 13
21, 34, 55, 89, 144, 233, 377, 610
987, 1597, 2584, 4181, 6765, 10946, 17711, 28657
46368, 75025, 121393, 196418, 317811, 514229
$