Mixing object-oriented and functional programming

前端 未结 12 1903
渐次进展
渐次进展 2020-12-24 01:33

What languages are available that promote both object-oriented and functional programming? I know that any language that supports first-class functions can be considered fun

12条回答
  •  北荒
    北荒 (楼主)
    2020-12-24 02:15

    JavaScript, Python, and Ruby could be used that way, but Scala bumps up a notch by typing the function statically and working under JVM.

提交回复
热议问题