Bill Allombert on Wed, 18 Apr 2012 15:41:17 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Spreading the word |
On Tue, May 17, 2011 at 10:53:41AM -0400, Charles Greathouse wrote: > I have been working on adding GP and PARI examples to Rosetta Code, > http://rosettacode.org/ > > It think that in addition to popularizing the language this is a good > resource for learning the language. (I learned just while writing the > examples -- I didn't realize the power of closures until I played with them > for this project.) > > First, I would encourage anyone interested to register with the site and > contribute a few examples (or improve some of the existing ones). It's > easy, even if I took most of the easy ones -- many of the tasks are handled > by built-in functions. Hello Charles, You do a great job maintaining the rosettacode PARI/GP page so I have added a link to it in the Link section of the website. Do you know that gcd/lcm can be applied to a vector ? ? lcm(vector(100,i,i)) %1 = 69720375229712477164533808935312303556800 Cheers, Bill.