Re: [racket-users] Re: Racket News - Issue 37

2020-08-24 Thread Paulo Matos
Thanks Deren. Now fixed. Paulo Deren Dohoda writes: > Hi Paulo, > > The link to the slack community is munged with the racket-news URL. > > Deren > > On Monday, August 24, 2020 at 2:23:59 PM UTC-4 Paulo Matos wrote: > >> It's here! :) >>

Re: [racket-users] ARM32 binaries for CS, or building on ARM 32

2020-08-24 Thread Matthew Flatt
I've fixed the memory fence on 32-bit Arm for the next release to use an instruction that works on ARMv6, so you won't need to use `--enable-mach=arm32le` in the future. Also, the Utah snapshot site now provides ARMv6 builds for Racket CS: https://www.cs.utah.edu/plt/snapshots/ Unfortunately,

[racket-users] Re: Racket News - Issue 37

2020-08-24 Thread Deren Dohoda
Hi Paulo, The link to the slack community is munged with the racket-news URL. Deren On Monday, August 24, 2020 at 2:23:59 PM UTC-4 Paulo Matos wrote: > It's here! :) > https://racket-news.com/2020/08/racket-news-issue-37.html > > Enjoy. > > Paulo Matos > -- You received this message because

Re: [racket-users] Proper place to store log file

2020-08-24 Thread Thomas Del Vecchio
Thank you! On Monday, August 24, 2020 at 2:22:15 PM UTC-4 Ben Greenman wrote: > On 8/24/20, Thomas Del Vecchio wrote: > > Hi everyone! > > > > I'm currently working on some usage logging for a language we're > > developing. We need to store a persistent file that is shared across a > > given

[racket-users] Racket News - Issue 37

2020-08-24 Thread Paulo Matos
It's here! :) https://racket-news.com/2020/08/racket-news-issue-37.html Enjoy. Paulo Matos -- 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

Re: [racket-users] Proper place to store log file

2020-08-24 Thread Ben Greenman
On 8/24/20, Thomas Del Vecchio wrote: > Hi everyone! > > I'm currently working on some usage logging for a language we're > developing. We need to store a persistent file that is shared across a > given device (so that the same log file is used regardless of where you are > > working). Is there a

[racket-users] Proper place to store log file

2020-08-24 Thread Thomas Del Vecchio
Hi everyone! I'm currently working on some usage logging for a language we're developing. We need to store a persistent file that is shared across a given device (so that the same log file is used regardless of where you are working). Is there a best place to put this file? I'm looking at