Search code examples
Get the name of the currently executing method...


rubyreflectionmetaprogramming

Read More
Understanding declval function a little further...


c++templatesmetaprogrammingdeclval

Read More
Common LISP - How to return statement...


macroslispcommon-lispmetaprogramming

Read More
Can you achieve the same thing without template specialization?...


c++metaprogramming

Read More
C++ Type Traits...


c++templatesmetaprogrammingtype-traits

Read More
How to generate a class in Dotty with macro?...


scalaannotationsmetaprogrammingscala-macrosscala-3

Read More
Cartesian product of X-macro list with itself...


cc-preprocessormetaprogrammingx-macros

Read More
Why metaprogramming instead of functions?...


macroslispmetaprogramming

Read More
How to generate a pairlist with no defaults without using alist?...


rmetaprogrammings-expression

Read More
Can you use a parameter in a function name with tidy eval/NSE/metaprogramming?...


rmetaprogrammingtidyevalnse

Read More
Why isn't eval a bad idea outside of JavaScript?...


javascriptlispevalmetaprogramming

Read More
NSE error handling: check for `NA` with NSE/tidy eval...


rmetaprogrammingtidyeval

Read More
WeakTypeTag for higher kinded type...


scalamacrosmetaprogrammingscala-macroshigher-kinded-types

Read More
Why can't we use compile-time 'variables' in consteval functions as template parameters?...


c++templatesmetaprogrammingc++20consteval

Read More
Template metaprogramming solution for calling a function with arbitrary number of arguments in O(1)...


c++metaprogramming

Read More
How to automatically substitute the type of the returned template с++...


c++templatesc++17metaprogrammingsfinae

Read More
Comparing templated types without taking in consideration template arguments...


c++templatesmetaprogramming

Read More
Idiomatic way to get the container type instead of element type in Julia?...


juliametaprogramming

Read More
Custom std::get with a class inheritant of std::tuple...


c++metaprogramming

Read More
Is there a way to do many similar tasks in Java?...


javametaprogrammingrepeat

Read More
How to pass the variable name as a string to a function? (ClojureScript)...


metadatametaprogrammingclojurescripttemplate-meta-programming

Read More
f = std::forward in lambda capture, what does it mean?...


c++lambdametaprogrammingperfect-forwardingforwarding-reference

Read More
Extract all function from source file without evaluating it...


rparsingmetaprogrammingrlang

Read More
Does function know about the class before binding...


pythonmethodsmetaprogrammingpython-descriptors

Read More
how can I use std::enable_if in a conversion operator?...


c++metaprogrammingsfinaeenable-if

Read More
How to instantiate templated functors F<D> over multiple functors F1,F2 and multiple template ...


c++templatescudametaprogrammingfunctor

Read More
Erasing character type and string length in a static string injected as NTTP?...


c++metaprogrammingc++20template-meta-programmingnon-type-template-parameter

Read More
Does overriding == for a object change the behavior of include? method of an array?...


rubymetaprogramming

Read More
Julia: ERROR: LoadError: MethodError: Cannot `convert` an object of type Expr to an object of type S...


macrosjuliametaprogrammingeinsum

Read More
How can I obtain a pointer to a Grammar token or regex?...


metaprogramminggrammarrakumop

Read More
BackNext