[racket-users] Racket v7.5

2019-11-19 Thread 'John Clements' via Racket Users
Racket version 7.5 is now available from https://racket-lang.org/ * Almost all of Racket version 7.5 is distributed under a new, less-restrictive license: either the Apache 2.0 license or the MIT license. See

Re: [racket-users] Re: GUI (get-directory)

2019-11-19 Thread pow bam
Indeed I would have likely never even known that section existed - and looking at it now I see that it is very dense reading material. I turns my mind to mush trying to interpret what's being said there. I also happen to be, by and large, a self-learning lone wolf type. I am a complete novice

Re: [racket-users] Re: GUI (get-directory)

2019-11-19 Thread George Neuner
On 11/19/2019 2:04 PM, pow bam wrote: Ah thank you very much Hadi.. that indeed worked out nicely and now makes alot more sense to me. The documentation structure can be a bit confusing/misleading on points like this and I rather wish that they would display "real world" usage examples more

[racket-users] Re: GUI (get-directory)

2019-11-19 Thread pow bam
Ah thank you very much Hadi.. that indeed worked out nicely and now makes alot more sense to me. The documentation structure can be a bit confusing/misleading on points like this and I rather wish that they would display "real world" usage examples more in-depth in the docs for clarity. Again

Re: [racket-users] GUI (get-directory)

2019-11-19 Thread Hadi Moshayedi
On Tue, Nov 19, 2019 at 9:49 AM pow bam wrote: > (get-directory [message "Select a folder.."]) > > You should just use (get-directory "Select a folder.."). The docs says the

[racket-users] GUI (get-directory)

2019-11-19 Thread pow bam
Hello, I am very new to programming and up until this point I had only seriously messed with the AutoIt language - it was easy to search and find out how to do things as their forums were quite active and already possessed a wealth of data that any determined person could get by on with just