Top "Dynamic-function" questions

How to call a function from a string stored in a variable?

I need to be able to call a function, but the function name is stored in a variable, is this …

php dynamic-function
Python dynamic function creation with custom names

Apologies if this question has already been raised and answered. What I need to do is very simple in concept, …

python python-2.7 closures metaprogramming dynamic-function
TypeScript call function in dynamic (anonymous) function

I am trying to create a dynamic function in TypeScript which calls an already existing function like: let dynamicFunction = new …

javascript typescript dynamic-function
How to define a dynamic mixin or function name in SASS?

I want to dynamically create mixins in SASS, named after each item in the list, but it doesn't seem to …

css sass mixins css-preprocessor dynamic-function
Dynamic function calling Angular 2

I have function name in a variable and I am assigning that variable on click event of button. but it …

angular typescript dynamic-function
How do you create a callback function (dispatch table) in Perl using hashes?

I want to call a main controller function that dispatches other function dynamically, something like this: package Controller; my %callback_…

perl function hash callback dynamic-function
Variable functions in Java

Is it possible through some method to assign a function to a variable in Java, like in PHP or JavaScript? ...…

java function variables dynamic-function