Primes
From Mindstab Wiki
News (http://www.mindstab.net/wordpress/archives/category/primes/)
The primes project is a project to write prime number finders in as many languages as I can get ahold of.
There are two clear rational behind this project:
- The project offered a clear and simple way to get myself introduced to as many languages as I could find. It gave me a vauge idea of what each language was about and a handy reference source file to look up at a later date.
- Since the program performs raw computations, I now also had a collection of similar programs that I could use to roughly benchmark the speeds of each language at simple math. Crude but handy.
The following languages have currently been implemented (in no particular order):
|
|
|
|
|
A running and timing utility (autotest.pl) is included for automation purposes.
The latest version is 1.1 and can be downloaded from:
ftp.mindstab.net/primes/primes-1.1.tar.gz [ http (http://ftp.mindstab.net/primes/primes-1.1.tar.gz) ] [ ftp (ftp://ftp.mindstab.net/primes/primes-1.1.tar.gz) ] or from git
git clone git://git.mindstab.net/git/primes
