Simple benchmarks for comparing Formality Performance with other languages
- Flip bits in an array 2^20 times
- Apply x=x+1 to all elements in an array 2^20 times
- Call a function a googol times times
- Forth test case: Sort a list 2^22 times
- Formality
- C
- Haskell
- JavaScript
- Python