Search code examples
before and after method call on models in ruby on rails, do "thing"...

ruby-on-railsrubymodelmetaprogramming

Read More
Making a macro to mark functions as deprecated...

juliametaprogrammingdeprecated

Read More
Extract the after_commit callback from models...

ruby-on-railsrubyactiverecordmetaprogramming

Read More
Using ClassSymbol in a quasiquote...

scalametaprogrammingabstract-syntax-treescala-macrosscala-quasiquotes

Read More
MacroAnnotation to remove annotation from method's type member...

scalametaprogrammingscala-macrosscala-quasiquotes

Read More
Extract ClassSymbols for method's parameter bounds...

scalametaprogrammingscala-macros

Read More
Use quasiquotation for formula syntax in a user-created function?...

rmetaprogrammingtidyevalquasiquotes

Read More
Listing variables expected by a function in Python?...

pythonfunctionvariablesmetaprogramming

Read More
Dynamically create and evaluate function in R...

rtidyversemetaprogrammingnon-standard-evaluation

Read More
How to force SFINAE to choose the second definition of structure?...

c++templatesmetaprogrammingsfinae

Read More
rlang Expressions in List as Args to Function...

rmetaprogrammingrlangtidymodelsr-recipes

Read More
Remove/undef a class method...

rubymetaprogramming

Read More
C++ template that knows its argument's position...

c++metaprogrammingvariadic-templatestemplate-meta-programmingparameter-pack

Read More
assign value to a variable using eval in a metaprogramming manner...

pythonevalmetaprogramming

Read More
Is there an equivalent of Julia's metaprogramming and macros for JavaScript and TypeScript?...

javascripttypescriptmacrosjuliametaprogramming

Read More
Julia - getting parameters at runtime inside of an at runtime created function...

juliametaprogramming

Read More
Template Metaprogramming - I still don't get it :(...

c++templatesmetaprogramming

Read More
C++ Metaprogramming: Generating a byte sequence based on type/value input?...

c++serializationdeserializationmetaprogrammingc++17

Read More
Overloading members from template class on bool value...

c++templatesoverloadingmetaprogrammingtype-traits

Read More
Compile-time computation (C++ v. C)...

c++cmetaprogrammingconstexprcompile-time

Read More
How are enums augmentable?...

enumsmetaprogrammingraku

Read More
How to use bang bangs (!!) with fancycut in R?...

rmetaprogramming

Read More
Template overload based on condition...

c++templatesoverloadingmetaprogrammingtemplate-meta-programming

Read More
How Pony (ORM) does its tricks?...

pythonormmetaprogrammingdslponyorm

Read More
Is there anyway to tell what features a package has enabled?...

perlpackagemetaprogrammingpragma

Read More
C++ template metaprogramming for argument dispatch...

c++templatesmetaprogramming

Read More
Metaprogramming - change representation of SIMD calculation...

pythonmetaprogramming

Read More
Javascript multiple "try"s...

javascriptfunctiontry-catchexpressionmetaprogramming

Read More
Julia: Is it possible to transform `fn(df, @macro1 :a, :b, :c)` into `fn(df, (:a, :b, :c)...)`...

juliametaprogramming

Read More
How to choose type from some different on compilation time?...

c++c++11c++14metaprogramming

Read More
BackNext