racket / rhombus-prototype

Brainstorming and draft proposals for Rhombus
Other
309 stars 58 forks source link

Rename racket/cmdline to racket/command-line. #56

Open gus-massa opened 4 years ago

gus-massa commented 4 years ago

Extracted from the old racket2 wiki. #33

gus-massa commented 4 years ago

I think its better to keep the old name racket/cmdline to not break working programs, and make a new racket2/command-line with a better name for new programs.

This is related to the interoperability between racket1 and racket2 https://github.com/racket/racket2-rfcs/issues/13

I'd also like to change the order of one of the functions make-custom-hash-types and make-custom-set-types. https://github.com/racket/racket2-rfcs/issues/29 Perhaps keep in the old order in racket/something and use the new more consistent order in racket2/something.