What are the things you would like improved in the Ruby language?

前端 未结 10 745
生来不讨喜
生来不讨喜 2021-02-02 01:57

What are the things you wish Ruby (and more generally the Ruby community) would improve?

I read somewhere that Ruby is the love-child of Smalltalk and LISP, with Miss P

相关标签:
10条回答
  • 2021-02-02 02:50

    Replace the Mixin system with a Traits system.

    0 讨论(0)
  • 2021-02-02 02:52

    I wish people would consider backward compatibility between minor releases as an unbreakable rule when releasing a new language (or library or framework) version.

    0 讨论(0)
  • 2021-02-02 02:55

    I'd appreciate being able to install ruby 1.9 as an RPM rather than having to use the source.

    0 讨论(0)
  • 2021-02-02 03:04

    I would like to have support for static compile-time metaprogramming. The Converge Programming Language might be a good starting point.

    0 讨论(0)
提交回复
热议问题