Search code examples
How to efficiently ensure a decimal value has at least N decimal places...

c#.netlanguage-specifications

Read More
is co_await promise.initial_suspend() preformed in a try catch block?...

c++c++20c++23c++-coroutinelanguage-specifications

Read More
Where can I find the C# 5 language specification?...

c#c#-5.0language-specifications

Read More
Is False == 0 and True == 1 an implementation detail or is it guaranteed by the language?...

pythonbooleanequalitylanguage-specifications

Read More
What part of ECMAScript spec mandates that String type is immutable?...

javascriptlanguage-specifications

Read More
Coffee Can Problem in TLA+ : cannot express a task...

formal-verificationformal-methodslanguage-specificationstla+

Read More
Is the shortcircuit behaviour of Python's any/all explicit?...

pythonshort-circuitinglanguage-specifications

Read More
C# short/long/int literal format?...

c#literalslanguage-specifications

Read More
Can you add new statements to Python's syntax?...

pythonsyntaxlanguage-specifications

Read More
Why is the variable in a for...in loop a string?...

javascriptloopsfor-in-looplanguage-specifications

Read More
C# Reference Type alternatives to Value Types...

c#.netvalue-typereference-typelanguage-specifications

Read More
Why does C# not allow generic properties?...

c#genericspropertieslanguage-designlanguage-specifications

Read More
Is the F# language reference documentation available in an offline format (PDF, CHM)?...

f#documentationlanguage-specifications

Read More
type inference not working in several declaration cases...

c#.netsyntaxlanguage-specifications

Read More
Which mechanism knows the entry point of a program is main()...

cassemblyprogram-entry-pointlanguage-specifications

Read More
Why is the Java class file format missing constant pool tag 2?...

javajvmlanguage-specifications

Read More
Why does a decimal number with a 0 before it produce a SyntaxError?...

javascriptdecimallanguage-specifications

Read More
Why do array functions work like tagged template literals and what can I do with it?...

javascriptecmascript-6template-literalslanguage-specifications

Read More
How to understand this spec text?...

golanguage-specifications

Read More
Questions about Structs...

c#classstructlanguage-specifications

Read More
Why Can't I Specify The Size Of The Array Returned From A C# Function?...

c#language-specifications

Read More
Assignability question in golang specification...

golanguage-specifications

Read More
Importing classes and namespaces in PHP: What difference does a leading backslash make?...

phpimportnamespaceslanguage-specifications

Read More
Why does the Type class have a method called IsPrimitive() if the C# spec refers to them as simple t...

c#namingprimitive-typeslanguage-specificationssimpletype

Read More
Is it ever possible for this loop to fail to run?...

c#variable-assignmentlanguage-specifications

Read More
Static extension methods and Project Roslyn...

c#staticextension-methodsroslynlanguage-specifications

Read More
Inconsistent "possible lossy conversion from int to byte" compile-time error...

javacompiler-errorslanguage-specifications

Read More
XSD doesn't allow me to have unbounded inside all indicator...

xsdlanguage-specifications

Read More
Does the Perl compiler need to be told not to optimize away function calls with ignored return value...

unit-testingperloptimizationlanguage-specificationscode-elimination

Read More
What is the evaluation order of tuples in Rust?...

rusttuplessemanticsoperator-precedencelanguage-specifications

Read More
BackNext