For questions related to data types.
I've heard this term used with scripting languages such as PHP. What exactly does it mean?
php dynamic typingI'm trying to figure out how self-reference of types work with python3's type annotations - the docs don't specify …
python python-3.x python-3.5 typechecking typingI wondered if there is a programming language which compiles to machine code/binary (not bytecode then executed by a …
programming-languages typing static-typing dynamic-typingI am using the following type in my TypScript: interface ExerciseData { id : number; name : string; vocabulary : { from : string; to : string; }[]; } …
javascript typescript typingLets say I want to make a function which takes a lambda function (Callable) as parameter where the lambda function …
python numpy python-3.5 typingWhat type are parameters without type like in the class TStringStream: function Read(var Buffer; Count: Longint): Longint; override; What …
delphi parameters typingIs this possible? Here's what I'm trying: public ActionResult Index() { dynamic p = new { Name = "Test", Phone = "111-2222" }; return View(p); } …
asp.net-mvc dynamic c#-4.0 typing viewpageSince static typing is available in Python 3.6, is it possible to force static typing for a python project or set …
python python-3.6 typing static-typingIs there a way to declare the signature of a function object with Python (3.5+) type hints? Specifically, is there a …
python python-3.x typingI have tried to google for answers to this, but perhaps there isn't widely available research or perhaps I'm not …
performance keypress typing response-time