Tag: Ring Programming Language

Ring Language: Dynamic Behavior of Classes and Objects

Written by on September 4, 2021 in Programming, Ring Language with 0 Comments
Ring Language: Dynamic Behavior of Classes and Objects

We have been exploring the Ring Programming Language in the last two articles. Ring is a dynamic programming language with many interesting features. In today’s article, let us try to understand how this dynamic behavior is reflected in Classes and Objects. In Ring, we can define classes at runtime. One way to do this is to execute […]

Continue Reading

“Loop” Command in Ring Programming Language

Written by on August 21, 2021 in Programming, Ring Language with 0 Comments
“Loop” Command in Ring Programming Language

In my last article, I had written about how easy it is to execute Ring code from within C/C++. Today’s article takes a look at the “Loop” command. This command is very similar to “continue” in many languages such as C++, Java, Python. etc. It is used to skip the rest of the statements inside […]

Continue Reading

First Encounter with the Ring Programming Language

Written by on August 7, 2021 in C++, Programming, Ring Language with 0 Comments
First Encounter with the Ring Programming Language

The Ring Programming Language, designed by Mahmoud Fayed,  has been around since 2016. I came to know of it quite accidentally two weeks ago when I received a promotional email from Apress about their book “Beginning Ring Programming” by Mansour Ayouni, published in 2020. I immediately did a google search about the language and finding […]

Continue Reading

Top