0 votes
in Ruby by
Explain some differences between Ruby and Python.

1 Answer

0 votes
by

Below are some differences between Ruby and Python

Similarities:

  • High level language
  • Support multiple platforms
  • Use interactive prompt called irb
  • Server side scripting language

  • Differences:

  • Ruby is fully object oriented while Python is not.
  • Ruby supports EclipseIDE while Python supports multiple IDEs.
  • Ruby use Mixins while Python doesn't.
  • Ruby supports blocks, procs and lambdas while Python doesn't.

Related questions

0 votes
0 votes
asked Nov 15, 2021 in Ruby by Robin
0 votes
0 votes
asked Nov 14, 2021 in Ruby by sharadyadav1986
...