64-bit Ints

View: New views
4 Messages — Rating Filter:   Alert me  

64-bit Ints

by Dave-86 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there a simple way to build hugs with 64-bit ints
instead of 32-bit ints for Int?

Thanks,
Dave Feustel
_______________________________________________
Hugs-Users mailing list
Hugs-Users@...
http://www.haskell.org/mailman/listinfo/hugs-users

Re: 64-bit Ints

by Neil Mitchell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Dave,

> Is there a simple way to build hugs with 64-bit ints
> instead of 32-bit ints for Int?

Why do you want 64 bit Ints? In general, if you care, you should
probably be using Integer instead.

Thanks

Neil
_______________________________________________
Hugs-Users mailing list
Hugs-Users@...
http://www.haskell.org/mailman/listinfo/hugs-users

Re: 64-bit Ints

by Ian Lynagh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Mar 24, 2007 at 07:54:38PM +0000, Neil Mitchell wrote:
>
> >Is there a simple way to build hugs with 64-bit ints
> >instead of 32-bit ints for Int?
>
> Why do you want 64 bit Ints? In general, if you care, you should
> probably be using Integer instead.

Or Data.Int.Int64.


Thanks
Ian

_______________________________________________
Hugs-Users mailing list
Hugs-Users@...
http://www.haskell.org/mailman/listinfo/hugs-users

Re: 64-bit Ints

by Bulat Ziganshin-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Dave,

Saturday, March 24, 2007, 10:51:29 PM, you wrote:

> Is there a simple way to build hugs with 64-bit ints
> instead of 32-bit ints for Int?

don't mind, just buy two 32-bit boxes! :)
i hope that you will never need to process 4096-bit rsa keys :D


--
Best regards,
 Bulat                            mailto:Bulat.Ziganshin@...

_______________________________________________
Hugs-Users mailing list
Hugs-Users@...
http://www.haskell.org/mailman/listinfo/hugs-users