atom / language-ruby

Ruby package for Atom
Other
100 stars 144 forks source link

Js vis Ruby conparison - first impression #209

Closed Gelmo890 closed 7 years ago

Gelmo890 commented 7 years ago

(1) Display ....Ruby displays argument evaluations right on same page, which is great to see code status. (2) Direct command ...more command line like language, strait forward commands instead of abstract and complex Js formulations (3) lines.to_a ...one could reverse the order of multiple line full of strings. I did not see Js do this.

Roby looks simpler than Js and may not be as hard to learn as Js but may not perform on same level of complexity as Js.

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Gelmo890 commented 7 years ago

(1) Display ....Ruby displays argument evaluations right on same page, which is great to see code status. (2) Direct command ...more command line like language, strait forward commands instead of abstract and complex Js formulations (3) lines.to_a ...one could reverse the order of multiple line full of strings. I did not see Js do this.

Roby looks simpler than Js and may not be as hard to learn as Js but may not perform on same level of complexity as Js.