Re: [racket-users] Questions Regarding My First Program

2021-02-23 Thread 'John Clements' via Racket Users
I *always* use DrRacket… but I admit I may not understand the indenting part of your question. In DrRacket, when you hit the “tab” key, it should move the text on the line to the “correct” position, according to Racket’s indentation rules. Also, whenever you hit return, the cursor should be

Re: [racket-users] Questions Regarding My First Program

2021-02-23 Thread Sage Gerard
I can't speak to DrRacket since I never use it, so I'll focus more on the first question. Functional programming typically deals with these considerations (among others): - Write functions that return values purely in terms of arguments. - Defer side-effects until you can't. A goal to make the

[racket-users] Questions Regarding My First Program

2021-02-23 Thread IF Karona
Hi everyone, I am new here, and I have a couple of questions related to the code that follows this message. 1. I want to learn functional programming. When it comes to solving the problem of making a simple chatbot such as this, is there an approach that is more consistent with functional

Re: [racket-users] public email addresses on packages server

2021-02-23 Thread Sam Tobin-Hochstadt
Github doesn't require making your email address public. Sam On Tue, Feb 23, 2021 at 12:19 PM Hendrik Boom wrote: > > On Sat, Feb 20, 2021 at 11:47:19PM +0700, Roger Keays wrote: > > Has any consideration been given to concealing email addresses on > > pkgs.racket-lang.org for privacy

Re: [racket-users] flomat -- possible typo in documentation

2021-02-23 Thread Jens Axel Søgaard
Den tir. 23. feb. 2021 kl. 14.39 skrev Hendrik Boom : > On > https://docs.racket-lang.org/manual-flomat/index.html#%28part._.Matrix_.Creation%29 > > it says > > > (sub! A i j m n) > > Same as sub, but the elements are copied - the underlying array of > flonums are shared. > > Presumably it should

Re: [racket-users] public email addresses on packages server

2021-02-23 Thread Hendrik Boom
On Sat, Feb 20, 2021 at 11:47:19PM +0700, Roger Keays wrote: > Has any consideration been given to concealing email addresses on > pkgs.racket-lang.org for privacy purposes? Aren't those email addresses available anyway from github? -- hendrik -- You received this message because you are

Re: [racket-users] can't create a new package on pkgd.racket-lang.org

2021-02-23 Thread Sam Tobin-Hochstadt
Unfortunately, it's old versions of Racket that don't support this, and adding error messages there will have the same problem as fixing them -- they're already out there and on people's computers. However, this will be fixed in the next release of Racket. Sam On Tue, Feb 23, 2021 at 6:49 AM

[racket-users] flomat -- possible typo in documentation

2021-02-23 Thread Hendrik Boom
On Mon, Feb 22, 2021 at 10:26:09PM -0800, Rohan Posthumus wrote: > > Just in case you haven't found them already, if you need matrices over > > real floating points, > > take a look at: > > > > https://docs.racket-lang.org/manual-flomat/index.html Looked at that. On

Re: [racket-users] can't create a new package on pkgd.racket-lang.org

2021-02-23 Thread Roger Keays
Thanks for the pointer. Adding "main" as the branch fixed the problem with the package submission too. An error message to catch that mistake might save the next person some head-scratching. As far as I remember, github created my repo with main as the default branch rather than master. On

[racket-users] public email addresses on packages server

2021-02-23 Thread Roger Keays
Has any consideration been given to concealing email addresses on pkgs.racket-lang.org for privacy purposes? -- 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