Re: [racket-users] Re: Continued Fraction Arithmetic Package

2015-08-26 Thread Benjamin Greenman
Package installed. Thanks! On Wed, Aug 26, 2015 at 12:58 PM, Deren Dohoda wrote: > Thanks Vincent, I have done so. > > On Wed, Aug 26, 2015 at 12:41 PM, Vincent St-Amour < > stamo...@eecs.northwestern.edu> wrote: > >> It's easy. >> >> Just click the "login" link on the top-right, and create an a

Re: [racket-users] Re: Continued Fraction Arithmetic Package

2015-08-26 Thread Deren Dohoda
Thanks Vincent, I have done so. On Wed, Aug 26, 2015 at 12:41 PM, Vincent St-Amour < stamo...@eecs.northwestern.edu> wrote: > It's easy. > > Just click the "login" link on the top-right, and create an account. > > Once that's done, you can add your new package to the listing by > clicking "upload

Re: [racket-users] Re: Continued Fraction Arithmetic Package

2015-08-26 Thread Vincent St-Amour
It's easy. Just click the "login" link on the top-right, and create an account. Once that's done, you can add your new package to the listing by clicking "upload". Enter the package meta-information, and have the source point to your github repo. At that point, anyone will be able to run `r

Re: [racket-users] Re: Continued Fraction Arithmetic Package

2015-08-26 Thread Deren Dohoda
I did not. I wasn't sure what the protocol is there. Deren On Aug 26, 2015 11:10 AM, "Vincent St-Amour" wrote: > Awesome! > > Did you add it to pkgs.racket-lang.org? I didn't find it. > > Vincent > > > > On Tue, 25 Aug 2015 21:54:55 -0500, > Deren Dohoda wrote: > > > > Hello Racketeers, > > > >

Re: [racket-users] Re: Continued Fraction Arithmetic Package

2015-08-26 Thread Vincent St-Amour
Awesome! Did you add it to pkgs.racket-lang.org? I didn't find it. Vincent On Tue, 25 Aug 2015 21:54:55 -0500, Deren Dohoda wrote: > > Hello Racketeers, > > The continued fractions package has made its first release, complete > with documentation and hopefully enough good examples. You can f