Thread overview
BigInt?
Jan 10, 2006
John Reimer
Jan 10, 2006
John Reimer
Jan 10, 2006
J C Calvarese
Jan 10, 2006
Don Clugston
Jan 10, 2006
John Reimer
Jan 10, 2006
J C Calvarese
January 10, 2006
Does anybody know of any classes available?

-JJR
January 10, 2006
John Reimer wrote:
> Does anybody know of any classes available?
> 
> -JJR

Oh... I found Ben's:

> http://home.comcast.net/~benhinkle/gmp-d/

January 10, 2006
In article <dpvv49$1ljf$1@digitaldaemon.com>, John Reimer says...
>
>John Reimer wrote:
>> Does anybody know of any classes available?
>> 
>> -JJR
>
>Oh... I found Ben's:
>
>> http://home.comcast.net/~benhinkle/gmp-d/
>

You might also try these by Arcane Jill:

http://svn.dsource.org/projects/deimos/trunk/etc/bigint/

jcc7
January 10, 2006
J C Calvarese wrote:
> In article <dpvv49$1ljf$1@digitaldaemon.com>, John Reimer says...
> 
>>John Reimer wrote:
>>
>>>Does anybody know of any classes available?
>>>
>>>-JJR
>>
>>Oh... I found Ben's:
>>
>>
>>>http://home.comcast.net/~benhinkle/gmp-d/
>>
> 
> You might also try these by Arcane Jill:
> 
> http://svn.dsource.org/projects/deimos/trunk/etc/bigint/

..provided that your project is compatible with the Arse License.
(is that on the OSF list of approved open-source licenses?)

> 
> jcc7
January 10, 2006
Don Clugston wrote:
> J C Calvarese wrote:
>> In article <dpvv49$1ljf$1@digitaldaemon.com>, John Reimer says...
>>
>>> John Reimer wrote:
>>>
>>>> Does anybody know of any classes available?
>>>>
>>>> -JJR
>>>
>>> Oh... I found Ben's:
>>>
>>>
>>>> http://home.comcast.net/~benhinkle/gmp-d/
>>>
>>
>> You might also try these by Arcane Jill:
>>
>> http://svn.dsource.org/projects/deimos/trunk/etc/bigint/
> 
> ...provided that your project is compatible with the Arse License.
> (is that on the OSF list of approved open-source licenses?)
> 

Yes, I saw that.  The silly license is mainly why I'm hesitant.

-JJR
January 10, 2006
In article <dq0f36$25er$1@digitaldaemon.com>, Don Clugston says...
>
>J C Calvarese wrote:
>> In article <dpvv49$1ljf$1@digitaldaemon.com>, John Reimer says...
>> 
>>>John Reimer wrote:
>>>
>>>>Does anybody know of any classes available?
>>>>
>>>>-JJR
>>>
>>>Oh... I found Ben's:
>>>
>>>
>>>>http://home.comcast.net/~benhinkle/gmp-d/
>>>
>> 
>> You might also try these by Arcane Jill:
>> 
>> http://svn.dsource.org/projects/deimos/trunk/etc/bigint/
>
>..provided that your project is compatible with the Arse License. (is that on the OSF list of approved open-source licenses?)

Does it look like it's on the OSF list of approved open-source licenses? I'm sure it's not.

Since you brought it up, I'm not a big fan of her license either, but it strikes me as more annoying than unusable (and I do think it's obnoxious). But all licenses other than public domain make my head hurt when I try to understand what they actually mean. I'm a big fan of public domain. BSD-style is great, too.

jcc7