Re: [racket-users] handin: how to forbid the use of a certain function

2019-09-27 Thread 'Wayne Harris' via Racket Users
‐‐‐ Original Message ‐‐‐ On Thursday, September 26, 2019 9:56 AM, Matthew Flatt wrote: > At Thu, 26 Sep 2019 00:46:23 +, "'Wayne Harris' via Racket Users" wrote: > > > I think my message below neither asked any question nor did it contain the > > adequate politeness which I so much t

Re: [racket-users] handin: how to forbid the use of a certain function

2019-09-26 Thread Matthew Flatt
At Thu, 26 Sep 2019 00:46:23 +, "'Wayne Harris' via Racket Users" wrote: > I think my message below neither asked any question nor did it contain the > adequate politeness which I so much think every e-mail should have. I don't see any problem with your message. It's more that the handin serv

Re: [racket-users] handin: how to forbid the use of a certain function

2019-09-25 Thread 'Wayne Harris' via Racket Users
I think my message below neither asked any question nor did it contain the adequate politeness which I so much think every e-mail should have. Looking at it in retrospective, it seems wild that *I* did let a message like that go by. Do believe me that I'm not saying this because I need help, b

[racket-users] handin: how to forbid the use of a certain function

2019-09-21 Thread 'Wayne Harris' via Racket Users
I haven't figured out how to forbid the use of length in submitted code. I'm a little lost with :language :with-submission-bindings I did understand :requires so I'm able to let submissions use extra libraries, but I'd like to forbid, say, length in '(special beginner) too. Thanks! -