Hello, you have come here looking for the meaning of the word macro. In DICTIOUS you will not only get to know all the dictionary meanings for the word macro, but we will also tell you about its etymology, its characteristics and you will know how to say macro in singular and plural. Everything you need to know about the word macro you have here. The definition of the word macro will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofmacro, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
Crumb's sexual fixation on gigantic women's legs became a major feature of his most celebrated images. Despite the common themes among macrophiles, Ed Lundt believes that no two macro fantasies are quite alike […]
2022 November 2, Brian X. Chen, “Personal Tech Has Changed. So Must Our Coverage of It.”, in The New York Times, →ISSN:
But simply turning off iCloud backups was an incomplete solution. The macro problem, I wrote in my column last year, is that people have sacrificed ownership and control of their data.
While there are many aspects to this way of living, the actual “diet” focuses on whole foods, consumed in traditional methods. A typical macro bowl includes grains, beans, steamed veggies, sea vegetables, and fermented foods.
2018, Spencer Langley, Flex Life: How to Transform Your Body Forever, Flex Life Inc., →ISBN, page 81:
Don't be afraid to include some “unhealthy” foods in your diet. The overarching rule about foods is if it fits your macros (IIFYM), then you can eat it. That means you can eat chocolate, ice cream, and many other indulgences […]
The preprocessor expands any embedded macros into source code before it is compiled.
1998, Dr. Cat, “Furry web site plug”, in alt.fan.furry (Usenet):
There's also a spam filter in the code now, so if someone attempts to flood people's screens with macros or a bot, everything after the first few lines is thrown away.
2004, Paul Kimmel, Excel 2003 VBA Programmer's Reference, John Wiley & Sons, →ISBN, page 2:
A recurring theme in this book is to record an Excel macro and then show how to adapt the recorded code.
2010, Debasish Ghosh, DSLs in Action, Simon and Schuster, →ISBN:
Languages belonging to the Lisp family make use of macros to provide support for compile-time metaprogramming.
2021, Dean Wampler, chapter 24, in Programming Scala, 3rd edition, O'Reilly, →ISBN:
This should make intuitive sense because the purpose of the macro system is to transform code from one valid form to a final form, such as inserting logic automatically that would otherwise have been written explicitly.
Usage notes
Often used attributively; a macro language is the syntax for defining new macros; while macro expansion refers to the task of replacing the human-friendly version with a machine-readable version; a macro virus is a computer virus written in a macro language. Individual macros are sometimes referred to as macro functions, particularly when they accept parameters.
The distinction between a macro language and a programming language is imprecise. Often a macro language is designed to allow one to customize one particular program, whereas a programming language is designed for writing entirely new programs.
Whereas a shortcut is particularly easy to use, widely supported, and designed for normal users, macro systems are normally designed for power users.