Ross Angle
Ross Angle
Currently, timing begins from the moment `Console_st.mainAsync()` is called. In Java, the start of `main` is one of the earliest, if not *the* earliest, possible times to do something. But...
**What version of Racket are you using?** Racket v8.12 [cs] **What program did you run?** At the command-line REPL: ```racket Welcome to Racket v8.12 [cs]. > (define v1* add1) >...
A few ideas have been put forward to introduce more generic operations to Racket 2. I'd like to suggest that a wide variety of these generic operations could be a...