Person one: see my uncle over there .
Person two: yeah me must be a fun uncle.
Person one and two: Funcle!
Person two: yeah me must be a fun uncle.
Person one and two: Funcle!
by The13hairyArchdukeofWellington October 26, 2016
Get the Funcle mug.fuhngk-shuh-nl ri-tahrd
1. Psychology. a person of the operational order in a former classification of mental retardation, having a mental age of less than three years old and an intelligence quotient under 25 yet still mantains the ability to convince society of their relevance, and ability to be trusted to act intelligently.
2. A charismatic individual which demonstrates inconsistent reasoning abilities and has an inherent disreguard towards their sociological perspective.
3. One who assumes "any publicity is good publicity."
1. Psychology. a person of the operational order in a former classification of mental retardation, having a mental age of less than three years old and an intelligence quotient under 25 yet still mantains the ability to convince society of their relevance, and ability to be trusted to act intelligently.
2. A charismatic individual which demonstrates inconsistent reasoning abilities and has an inherent disreguard towards their sociological perspective.
3. One who assumes "any publicity is good publicity."
Dixie: Can you believe that idiot?!? Does he have any idea how offensivly stupid he is?!?
Dewey: I can believe it because he is a Functional Retard.
Dewey: I can believe it because he is a Functional Retard.
by Mr. Nova<3 April 3, 2011
Get the Functional Retard mug.Related Words
It's requiered for all java projects. If you do not know the pingu function, you should not be programming!
import *.pingu.quack
Phyrehawk: My damned program won't work!
Pyro: Use the pingu function Jace.
Phyrehawk: WTF?!!
Phyrehawk: My damned program won't work!
Pyro: Use the pingu function Jace.
Phyrehawk: WTF?!!
by Pyro_teamkill March 3, 2005
Get the pingu function mug.by sassy January 24, 2005
Get the funchy mug.A functor, or function object, is a class in C++ with the () operator overloaded. Functors are used a lot in the standard library to do custom comparisons. They're used in place of function pointers because sometimes you need to store a value or remember something (ie. put the functor into a special 'state' for whatever purpose), a functor can do this, a function pointer can't (without messing with global variables).
class over5 { // this class is the functor
bool operator() (int x) {
return x > 5;
}
};
std::list<int> L;
... // put a bunch of ints onto the list
over5 o5;
std::find_if(L.begin(), L.end(), o5);
// o5 will have its overloaded () operator called to check if the element in L is over 5.
bool operator() (int x) {
return x > 5;
}
};
std::list<int> L;
... // put a bunch of ints onto the list
over5 o5;
std::find_if(L.begin(), L.end(), o5);
// o5 will have its overloaded () operator called to check if the element in L is over 5.
by Sam Johnston July 23, 2005
Get the functor mug.by Spoonie March 26, 2003
Get the fuctitude mug.