Ram Rachum

Results 219 comments of Ram Rachum

Well, let's worry about that later.

Undo means for the turtle, not for the code. E.g. if you did go 100 and then undo, the turtle would walk back and delete that line. On Fri, Oct...

I don't think it should be in the UI, it should be a command that can be used in code. I think that the `turtle` module in Python has that....

Sorry, I won't have time to consider these PR in the next three months. It's a really busy time. On Mon, Jan 10, 2022, 18:57 nojhan ***@***.***> wrote: > >...

I hope that we should, because an MSI is desired by schools who want to do automatic installations on large numbers of computers.

(Sorry for not commenting on this, I somehow missed it.) Sounds good. We'll work out the specifics after the 0.2 release.

I was considering it, but I prefer to avoid it for now, because of the combination of dealing with the politics of donations, accounting, and the possibility that this will...

Hmm, I'm not really interested in it, but I've got no objections. If you'd like to do it, go ahead.

Unfortunately the images are available just as pixel graphics. That's a very bad practice on my part. Or to be more precise, on 2009 Ram's part ;) I disagree with...

You don't have to think at all about moving any messages from one place to another. You do `print('message')` in the function, and it gets printed at the graphical shell.