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 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
>>
>> `raco pkg install continued-fractions`
>>
>> (assuming you name your package that) and install your library. The
>> build status and docs for your package will also be available from
>> pkgs.racket-lang.org.
>>
>> It's quick, simple and painless, and will make your library easily
>> available to anyone.
>>
>> Vincent
>>
>>
>>
>>
>> On Wed, 26 Aug 2015 10:12:26 -0500,
>> Deren Dohoda wrote:
>> >
>> > 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,
>> > >
>> > > The continued fractions package has made its first release,
>> > complete
>> > > with documentation and hopefully enough good examples. You can
>> > find it
>> > > at
>> > > https://github.com/derend/continued-fractions
>> > >
>> > > Short story:
>> > > (require continued-fractions)
>> > > logs, exponentials, trig, hyperbolic trig, precision guarantees,
>> > > arithmetic (+ - * /)
>> > > (require continued-fractions/bases)
>> > > arbitrary base conversion with user-configurable alphabets
>> > >
>> > > Future plans: add the interface for creating custom continued
>> > fractions.
>> > > Any user-requested content I am good enough to implement.
>> > >
>> > > Enjoy!
>> > >
>> > > Deren
>> > >
>> > > --
>> > > You received this message because you are subscribed to the Google
>> > > Groups "Racket Users" group.
>> > > To unsubscribe from this group and stop receiving emails from it,
>> > send
>> > > an email to racket-users+unsubscr...@googlegroups.com.
>> > > For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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". Enter the package meta-information, and have the
> source point to your github repo.
>
> At that point, anyone will be able to run
>
> `raco pkg install continued-fractions`
>
> (assuming you name your package that) and install your library. The
> build status and docs for your package will also be available from
> pkgs.racket-lang.org.
>
> It's quick, simple and painless, and will make your library easily
> available to anyone.
>
> Vincent
>
>
>
>
> On Wed, 26 Aug 2015 10:12:26 -0500,
> Deren Dohoda wrote:
> >
> > 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,
> > >
> > > The continued fractions package has made its first release,
> > complete
> > > with documentation and hopefully enough good examples. You can
> > find it
> > > at
> > > https://github.com/derend/continued-fractions
> > >
> > > Short story:
> > > (require continued-fractions)
> > > logs, exponentials, trig, hyperbolic trig, precision guarantees,
> > > arithmetic (+ - * /)
> > > (require continued-fractions/bases)
> > > arbitrary base conversion with user-configurable alphabets
> > >
> > > Future plans: add the interface for creating custom continued
> > fractions.
> > > Any user-requested content I am good enough to implement.
> > >
> > > Enjoy!
> > >
> > > Deren
> > >
> > > --
> > > You received this message because you are subscribed to the Google
> > > Groups "Racket Users" group.
> > > To unsubscribe from this group and stop receiving emails from it,
> > send
> > > an email to racket-users+unsubscr...@googlegroups.com.
> > > For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

`raco pkg install continued-fractions`

(assuming you name your package that) and install your library. The
build status and docs for your package will also be available from
pkgs.racket-lang.org.

It's quick, simple and painless, and will make your library easily
available to anyone.

Vincent




On Wed, 26 Aug 2015 10:12:26 -0500,
Deren Dohoda wrote:
> 
> 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,
> >
> > The continued fractions package has made its first release,
> complete
> > with documentation and hopefully enough good examples. You can
> find it
> > at
> > https://github.com/derend/continued-fractions
> >
> > Short story:
> > (require continued-fractions)
> > logs, exponentials, trig, hyperbolic trig, precision guarantees,
> > arithmetic (+ - * /)
> > (require continued-fractions/bases)
> > arbitrary base conversion with user-configurable alphabets
> >
> > Future plans: add the interface for creating custom continued
> fractions.
> > Any user-requested content I am good enough to implement.
> >
> > Enjoy!
> >
> > Deren
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Racket Users" group.
> > To unsubscribe from this group and stop receiving emails from it,
> send
> > an email to racket-users+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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,
> >
> > The continued fractions package has made its first release, complete
> > with documentation and hopefully enough good examples. You can find it
> > at
> > https://github.com/derend/continued-fractions
> >
> > Short story:
> > (require continued-fractions)
> > logs, exponentials, trig, hyperbolic trig, precision guarantees,
> > arithmetic (+ - * /)
> > (require continued-fractions/bases)
> > arbitrary base conversion with user-configurable alphabets
> >
> > Future plans: add the interface for creating custom continued fractions.
> > Any user-requested content I am good enough to implement.
> >
> > Enjoy!
> >
> > Deren
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Racket Users" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> > an email to racket-users+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 find it
> at 
> https://github.com/derend/continued-fractions
> 
> Short story: 
> (require continued-fractions)
> logs, exponentials, trig, hyperbolic trig, precision guarantees,
> arithmetic (+ - * /)
> (require continued-fractions/bases)
> arbitrary base conversion with user-configurable alphabets
> 
> Future plans: add the interface for creating custom continued fractions.
> Any user-requested content I am good enough to implement.
> 
> Enjoy!
> 
> Deren
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] Re: Continued Fraction Arithmetic Package

2015-08-25 Thread Deren Dohoda
Hello Racketeers,

The continued fractions package has made its first release, complete with
documentation and hopefully enough good examples. You can find it at
https://github.com/derend/continued-fractions

Short story:
(require continued-fractions)
logs, exponentials, trig, hyperbolic trig, precision guarantees, arithmetic
(+ - * /)
(require continued-fractions/bases)
arbitrary base conversion with user-configurable alphabets

Future plans: add the interface for creating custom continued fractions.
Any user-requested content I am good enough to implement.

Enjoy!

Deren

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.