Re: [racket-users] Should I stop sending packages to the catalog?

2020-06-18 Thread Brian Adkins
On Thursday, April 30, 2020 at 8:57:45 AM UTC-4, Jay McCarthy wrote: > > If you do so, and if your users need to pin themselves to particular > versions there are broadly two techniques. First, you can create your > own package catalog. Most users typically use two catalogs: the "big" > one on

[racket-users] Any news on ARM64?

2020-06-18 Thread Andre Garzia
Some weeks ago, there was a post here about porting Chez to ARM64 and thus enabling Racket CS to work on those platforms. I haven't heard anything about it after that, doesn anyone here have any news? I use an ARM64 machine as my daily driver (with Windows 10) and am very curious about progress.

[racket-users] Re: trying to use futures for some calculations

2020-06-18 Thread Alex Harsanyi
Perhaps my choice for the interval names is not ideal, so I will try to explain it: I am trying to fit a function which uses 3 parameters, so I need three data points to solve for these parameters. The three points are drawn from three intervals, and, rather than calling the intervals ivl1,

Re: [racket-users] trying to use futures for some calculations

2020-06-18 Thread Alex Harsanyi
Hi Dominic, Thanks for taking the time to look into this. For most of your suggestions I already suspected this to be the case, as I attempted to use futures several times in the past, but it is good to know that other people are of the same opinion. I looked at some other suggestions in