Some Alpha programs.
- Alpha : Shows the Alpha banner in ascii art.
- Factorial : The factorial function using with / when loops.
- Fibonacci : Prints the fibonacci sequence using recursion.
- Power : Computes power between integers.
- Primes : Displays prime numbers.
- Calculator : Algebraic expression evaluation (with operator precedance).