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 flutter ?

Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for  mobile ,  web,  and  desktop  from a single codebase. What is Flutter? Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase. The goal is to enable developers to deliver high-performance apps that feel natural on different platforms. We embrace differences in scrolling behaviors, typography, icons, and more. No mobile development experience is required to get started. Apps are written in Dart, which looks familiar if you’ve used a language like Java or JavaScript. Experience with object-oriented languages is definitely helpful, but even non-programmers have made Flutter apps! Why use Flutter? Here are some advantages of Flutter: Be highly productive It is used for  iOS app development  and  Android app development  from a single codebase. Do more with less code, even on a sing...

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’...

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...