From 176ba87c3a4911dfff6ff5e78a036fe1f29e6ef6 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sat, 23 Feb 2013 09:37:28 -0800 Subject: [PATCH] updated readme --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 4362a1f..709b02b 100644 --- a/README +++ b/README @@ -2,9 +2,12 @@ http://www.mindstab.net/tag/primes/ haplo@mindstab.net Mindstab.net Multi language prime number project: - Prime number finders in ~38 languages + Prime number finders in ~39 languages and a test driver +2013: Cleanedup and small additions +Cleaned up code to work with newer versions of compilers and interpreters and added a few new languages + 2011: Re-release This project is still a terrible blunt way to see how different languages/implementation perform and compare at basic arithmatic and looping and crudly look at speed. And it's a small roseta stone too. Autotest.pl drives it all and it's appaling speghetti code I wrote half a decade ago and I probably still knew better. I've made a few quick updates since 1.01 from 2006 to make it run on Ubuntu 10.04 which is what I'm running. Your milage may vary, but it's on github now, so feel free to offer suggestions in code.