[racket] Requirements & constraints for a function to be accepted for inclusion in Racket?
On 2013-04-28 18:19:22 -0600, Don Green wrote:
> What are the requirements & constraints for a function to be
> accepted for inclusion in Racket?
I don't know if there is any real policy. If you send a patch to
racket-dev, people can give you feedback on the code and also whether it
seems appropriate for a core library or a third-party library (i.e., on
pkg.racket-lang.org).
You could also send a pull request on github if you prefer (or both).
Or even if you don't have a patch, it's worth discussing if there's a
function you think is missing.
Cheers,
Asumu