What will change if I learn Ruby? (I know ASP.NET)

Interesting that

  • The Ruby programming language ... (easy / difficult) to learn.
  • I can develop a web application% x faster than asp.net.
  • There are many screenshots for learning Ruby. ( http://xxxRubLearn.xxx etc.)
  • The Ruby principle is (is) only ......
  • You can increase productivity (like W3P in IIS) and speed up your web application.
  • The future of Ruby looks like it will be ... lang programming.
  • A comparison of Ruby and ASP.NET shows us .....

or

Do not leave your way, because this is the easiest way. And new technologies may die very soon while you study them ...?

What do you say?

+3
source share
4

Ruby. .

+5

- .

, Ruby Rails ( -, Ruby). Ruby - ( ). Ruby Rails - - Ruby , Rails , .

, , , - , .

+2

.

1) Ruby / :

, . , #, , , Ruby, , , . , . - , . 3 4 , , , , . Windows, , ASP.net, .

2) -: :

, . , , ASP.net . , -, Rails. Ruby, Rails, Ruby - Rails.

3) :

, . . , Google , .

+2

, Ruby . , "" , , , .

, . , Delphi ( #, ):

for j := 0 to SomeListObject.Count - 1 do
  DoSomething(SomeListObject[j]);

Ruby :

some_list_object.each do |item|
  do_something(item)
end

, , :

some_list_object.each { |item| do_something(item) }

, , , - .

, Ruby 1.9 Agile Web Development Rails Rails. Ruby, Rails, , .

+2

Source: https://habr.com/ru/post/1709596/


All Articles