+ 2
What is the use of ruby?
2 Answers
+ 6
Ruby is a programming languages used in many fields. Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.
Ruby was designed to streamline the tasks typically involved in programming for the web, that is, dynamically generating web pages, accessing databases, and retrieving information from the web server and the user's browser.
+ 14