macros

Working on Rust? Must know about Macros

Reading Time: 3 minutes A programmable pattern which translates a certain sequence of input into a preset sequence of output is known as Macros( which stands for macroinstructions). Macros can make tasks less repetitive by representing a complicated sequence of keystrokes, mouse movements, commands, or other types of input. In Rust, We’ve used macros like println! , but we haven’t fully explored what a macro is and how it works. The Continue Reading

Enhance code quality using `matches` macro! in Rust

Reading Time: 3 minutes Code quality is one of the most important aspects of the programming world. It impacts our overall software quality and impacts how safe, secure, and reliable our codebase is.Code quality is not only to perform efficiently but also to make code more readable. In this article, we’ll try to get details of the matches macro, and we will also see the scenarios where we can Continue Reading

Introduction to Scala Macros

Reading Time: < 1 minute Hi all, Knoldus have organized a half an hour session on 17th Jun 2016 at 5:00 PM. The topic was Introduction to Scala Macros. Many people have joined the session. I am going to share the slides here. Please let me know if you have any question related to linked slides.   Here is the video of that session: