Skip to content
Snippets Groups Projects
Commit 55bdb1c4 authored by nimrod's avatar nimrod
Browse files

- Fixed typos.

- Made the PHP script executable.
parent f55f947e
Branches
No related tags found
No related merge requests found
The prime benchmark The prime benchmark
=================== ===================
Bencmarking programming languages by running program to find the first X prime Benchmarking programming languages by running program to find the first X prime
numbers. The algorithm is naive and should be implemented the same regardless of numbers. The algorithm is naive and should be implemented the same regardless of
the language. the language.
...@@ -31,7 +31,7 @@ Test: :: ...@@ -31,7 +31,7 @@ Test: ::
History History
------- -------
When starting to learn Lua, I wrote a simple program to excersize the table data When starting to learn Lua, I wrote a simple program to exercise the table data
structure. But I had difficulties expressing what I wanted so I first wrote the structure. But I had difficulties expressing what I wanted so I first wrote the
program in Python. After I had the program written in both languages I did the program in Python. After I had the program written in both languages I did the
obvious thing, I timed them. From there on Barak implemented the program in PHP obvious thing, I timed them. From there on Barak implemented the program in PHP
......
prime.php 100644 → 100755
#!/usr/bin/env php
<?php <?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment