sorawee
2020-6-20 07:55:27

I kinda understand the rationale to put provide before require



sorawee
2020-6-20 07:58:58

Except that the given example doesn’t even work because contract-out is defined in racket/contract, so one needs to (require racket/contract) first.


sorawee
2020-6-20 07:59:19

And separating require to two chunks (as suggested in the style guide) looks really weird


laurent.orseau
2020-6-20 09:03:19

I’ve seen a few core modules where the contract-outs are at the end of the module


popa.bogdanp
2020-6-20 19:00:16

I’m wondering what folks think of: https://koyoweb.org/job/index.html