Re: [racket-users] Is there a function to find and update all compiled directories?

2020-11-02 Thread infodeveloperdon
Thanks for all the wonderful feedback! The 'raco setup' function worked beautifully for me resolving my issues. Running raco setup without arguments did bring my system to it's knees, i.e., slowing it down to a snail's pace but after a reboot all seems to be well. Based on the displayed

[racket-users] Regarding collections and racket versions...

2020-11-02 Thread infodeveloperdon
All of my programming code is in a single collection: ~/.plt-scheme/4.2.1/collects/ even when I have installed newer versions of Racket. The 'raco setup' function updated all my program bytecodes throughout my system. I do go through some confusion regarding collections when I install a newer

Re: [racket-users] Racket v7.9

2020-11-02 Thread 'John Clements' via Racket Users
But wait! There’s more! (Or, more prosaically: I left out several bullet items.) * The `datum` form from `syntax/datum` works with syntax pattern variables and `syntax-parse` attributes. * Unicode input works with recent versions of libedit in addition to libreadline. On Mac OS, a compatible

Re: [racket-users] Regarding collections and racket versions...

2020-11-02 Thread George Neuner
On 11/2/2020 1:08 PM, infodeveloperdon wrote: All of my programming code is in a single collection: ~/.plt-scheme/4.2.1/collects/ even when I have installed newer versions of Racket.    : I appreciate any comments or advice regarding collections in general, or my use of the single collection

[racket-users] Racket v7.9

2020-11-02 Thread 'John Clements' via Racket Users
Racket version 7.9 is now available from https://racket-lang.org/ * Racket CS may become the default Racket implementation in the next release. If, between this release and the next, no bugs are discovered in Racket CS that are more serious than those typically discovered in Racket

Re: [racket-users] Regarding collections and racket versions...

2020-11-02 Thread infodeveloperdon
Thanks George. Don On Monday, November 2, 2020 at 7:20:50 PM UTC-7 gneuner2 wrote: > > On 11/2/2020 1:08 PM, infodeveloperdon wrote: > > All of my programming code is in a single collection: > > ~/.plt-scheme/4.2.1/collects/ > > even when I have installed newer versions of Racket. > >: > >

Re: [racket-users] Advice for beginner

2020-11-02 Thread Denis Maier
Thanks John for your answer, and sorry for not answering for so long... I've been occupied by other things, and I've had to postpone my "learn Racket" ambitions a bit... Anyway, time for a fresh start... Am 08.09.2020 um 22:08 schrieb John Clements: Can you be more specific? Are there