Unwincing
adjective
1.
that does not wince; unflinching; fearless.
Read Also:
- Unwind
verb (used with object), unwound, unwinding. 1. to undo or loosen from or as if from a coiled condition: to unwind a rolled bandage; to unwind a coiled rope. 2. to reduce the tension of; relax: to unwind a person with a drink. 3. to disentangle or disengage; untwist: to unwind one’s legs from around […]
- Unwinded
adjective 1. out of breath. 2. having wind or breath of a specified kind (usually used in combination): short-winded; broken-winded. adjective 1. out of breath, as from strenuous exercise 2. (in combination) having breath or wind as specified: broken-winded, short-winded
- Unwinder
verb (used with object), unwound, unwinding. 1. to undo or loosen from or as if from a coiled condition: to unwind a rolled bandage; to unwind a coiled rope. 2. to reduce the tension of; relax: to unwind a person with a drink. 3. to disentangle or disengage; untwist: to unwind one’s legs from around […]
- Unwind-protect
(MIT) A Lisp operator which evaluates an expression and then, even if that expression causes a non-local exit, evaluates zero or more other expressions. This can be used to ensure that essential “clean-up” operations are performed even in the presence of errors. [Jargon File] (1994-11-03)
- Unwind the stack
During the execution of a procedural language, one is said to “unwind the stack” from a called procedure up to a caller when one discards the stack frame and any number of frames above it, popping back up to the level of the given caller. In C this is done with “longjmp”/”setjmp”, in Lisp with […]