Python on Rails?

前端 未结 4 524
情话喂你
情话喂你 2021-02-02 11:33

Would it be possible to translate the Ruby on Rails code base to Python?

I think many people like Python more than Ruby, but find Ruby on Rails features better (as a who

4条回答
  •  無奈伤痛
    2021-02-02 12:29

    I think one of the things that people like about RoR is the domain-specific language (DSL) style of programming. This is something that Ruby is much better at than Python.

提交回复
热议问题