Skip to main content

What is the Ruby programming language?

 


Ruby is an open source, interpreted, object-oriented programming language created by Yukihiro Matsumoto, who chose the gemstone's name to suggest "a jewel of a language.

Ruby is an open source, interpreted, object-oriented programming language created by Yukihiro Matsumoto, who chose the gemstone's name to suggest "a jewel of a language." Ruby is designed to be simple, complete, extensible, and portable. Developed mostly on Linux, Ruby works across most platforms, such as most UNIX-based platforms, DOSWindows, MacIntosh, BeOS and OS/2, for example. According to proponents, Ruby's simple syntax (partially inspired by Ada and Eiffel), makes it readable by anyone who is familiar with any modern programming language.

Ruby is considered similar to Smalltalk and Perl. The authors of the book Programming Ruby: The Pragmatic Programmer's Guide, David Thomas and Andrew Hunt say that it is fully object-oriented, like Smalltalk, although more conventional to use -- and as convenient as Perl, but fully object-oriented, which leads to better structured and easier-to-maintain programs. To be compliant with the principles of extreme programming(XP), Ruby allows portions of projects to be written in other languages if they are better suited.

Continue Reading About Ruby


Comments

Popular posts from this blog

What Is Satellite? How Does It Work?

  How Does It Work? Table of Contents What is a Satellite? Anatomy of a satellite How does a satellite communicate? Bandwidth and Transmission Suggested Reading Satellites communicate by exchanging electromagnetic waves, either on the Earth’s surface or in space, hovering above a pole or orbiting us everyday. Communication doesn’t necessarily have to occur in the Radio spectrum. Your TV remote communicates with its set top box with infrared waves, while phones communicate with microwaves. Google Earth provides you the opportunity to visit any place on Earth, yet what do most people do? Look at their own house. In fact, Google Earth doesn’t just show you high-resolution pictures; like Scrooge on one of his ghosts, you are practically tossed there, as you can witness walking pedestrians and live traffic! But how does Google Earth achieve this feat? With satellites! What is a Satellite? The word satellite doesn’t necessarily describe a mechanical box floating through space with...

What is SQL?

  SQL is a programming language used to communicate with and manipulate databases. Structured Query Language (SQL) is a programming language used to communicate with and manipulate databases. SQL was developed in the 1970s by IBM researchers. SQL is extremely accessible across various platforms and generally user-friendly. This article is for business owners interested in hiring an SQL developer to revolutionize the way they view, analyze and make decisions from existing data. SQL (Structured Query Language) is a programming language used to communicate with and manipulate databases. To get the most of the mounds of data they collect, many businesses must become versed in SQL. Here’s everything you should know about using SQL to access and manipulate data. What is SQL? Businesses and other organizations use SQL programs to access and manipulate the information and data in their databases and create and alter new tables. To fully understand SQL, you need to know exactly what a datab...

Android developer roadmap

  A skilled Android developer can fix the problems of millions of people. With only one app. But with only  5,9 million Android developers  worldwide there is a huge demand for more.  If you want to be part of the most popular mobile platform in the world there is no better time to start. This blog will guide you through your  android developer roadmap  and help you understand the fundamentals Table of Contents How long does it take to become an Android developer? 1. Choose an IDE for android development 2. Pick a language 3. Get familiar with the anatomy of an app 4. Learn the basics of UI 5. Learn the paradigm of asynchronous programming 6. Explore the fundamentals of Android Jetpack 7. Choose where to store your data 8. Connect your app to the internet 9. Choose the right application architecture 10. Don’t forget to test your code  11. Configure your application build Conclusion How long does it take to become an Android developer? To be honest, it’...