update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
5
Task/Metaprogramming/00DESCRIPTION
Normal file
5
Task/Metaprogramming/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{{omit from|BBC BASIC}}
|
||||
|
||||
Name and briefly demonstrate any support your language has for metaprogramming. Your demonstration may take the form of cross-references to other tasks on Rosetta Code. When possible, provide links to relevant documentation.
|
||||
|
||||
For the purposes of this task, "support for metaprogramming" means any way the user can effectively modify the language's syntax that's built into the language (like Lisp macros) or that's conventionally used with the language (like the C preprocessor). Such facilities need not be very powerful: even user-defined infix operators count. On the other hand, in general, neither operator overloading nor <code>eval</code> count. The task author acknowledges that what qualifies as metaprogramming is largely a judgment call.
|
||||
Loading…
Add table
Add a link
Reference in a new issue