"what is the use of having a 64 bit machine running at 32 bits." Whatever use you can get out of running a 32 bit program on a 32 bit machine, you can get the same use out of running a 32 bit program on a 64 bit machine.
"some very high number loop" Do you mean you want to have a loop such as below? for_n. i. 2^33 do. end. Can you post some of your code which requires 64 bits? 2009/11/3 DIETER ENSSLEN <[email protected]> > Thanks Matthew > > Would love to run some very high number loop math problems on a nice > performance machine. Besides, what is the use of having a 64 bit machine > running at 32 bits. > > I have been nothing but impressed with J on my htc smartphone as well as J > on my pocket pc's. Have never been disappointed by the performance. > > > > ----- Original Message ----- > From: Matthew Brand <[email protected]> > Date: Monday, November 2, 2009 9:18 pm > Subject: Re: [Jgeneral] Fwd: Re: any news on J becoming CAS? > To: General forum <[email protected]> > > > I am using 64 bit J on a MacBook Pro via Ubuntu on VMWare > > fusion. You could > > do the same if you only have a MBPro to hand and want to use 64 > > bit J. > > > > What are you doing that requires 64-bits? > > > > How are you going to do any serious work on a smart phone? My > > HTC Magic > > keyboard would make J programming a real nightmare. I think I > > saw somewhere > > on jsoftware.com a web based J-server where you can run J > > commandsremotely. Perhaps you could access it on your smartphone. > > > > > > > > > > 2009/11/2 DIETER ENSSLEN <[email protected]> > > > > > Raul just said that J is a CAS language? > > > > > > I will enjoy J more once I get it properly and perfectly > > installed into my > > > pocket PC's / smartphone, get a 64 bit version on my > > MacBook Pro, and get > > > the hang of reactivating previous files etc etc etc > > > > > > thanks and thanks for all the kind help so far > > > > > > Dick > > > > > > ----- Original Message ----- > > > From: "R.E. Boss" <[email protected]> > > > Date: Monday, November 2, 2009 2:41 am > > > Subject: Re: [Jgeneral] any news on J becoming CAS? > > > To: 'General forum' <[email protected]> > > > > > > > > > > > > > I suggest that you first enjoy J for what it can do before you > > > > try to make > > > > > it something it isn't. > > > > > > > > > > > > > Could not agree more. > > > > > > > > > > > > R.E. Boss > > > > > > > > ------------------------------------------------------------- > > ---- > > > > ----- > > > > For information about J forums see > > http://www.jsoftware.com/forums.htm> > > > > --------------------------------------------------------------- > > ------- > > > For information about J forums see > > http://www.jsoftware.com/forums.htm> > > ----------------------------------------------------------------- > > ----- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
