Invoke vs Invokable - What's the difference?
invoke | invokable |
To call upon (a person, especially a god) for help, assistance or guidance.
*
*
*
To appeal for validation to a (notably cited) authority.
To conjure up with incantations.
To bring about as an inevitable consequence.
To solicit, petition for, appeal to a favorable attitude.
(computing) To cause (a program or subroutine) to execute.
* C++ lets you invoke an operator function either by calling the function or by using the overloaded operator with its usual syntax. — Stephen Prata.
(computing) That can be invoked; callable.
* 2006 , Jana Polgar, Robert Mark Bram, Anton Polgar, Building and Managing Enterprise-Wide Portals?
In computing|lang=en terms the difference between invoke and invokable
is that invoke is (computing) to cause (a program or subroutine) to execute while invokable is (computing) that can be invoked; callable.As a verb invoke
is to call upon (a person, especially a god) for help, assistance or guidance.As an adjective invokable is
(computing) that can be invoked; callable.invoke
English
Alternative forms
* envokeVerb
(invok)- In certain Christian circles invoking the Bible constitutes irrefutable proof.
- This satanist ritual invokes Beelzebub.
- Blasphemy is taboo as it may invoke divine wrath.
- The envoy invoked the King of Kings's magnanimity to reduce his province's tribute after another draught.
- Interactive programs let the users enter choices and invoke the corresponding routines.
Synonyms
* invocate * (sense) call, execute, runDerived terms
* invokerExternal links
* *invokable
English
Adjective
(-)- If we defined all functions as independent services and provided an invokable interface, we (SIC) have made a big step toward our goal.