Search code examples
What language should I use for developing this website?...


phpasp.netprogramming-languages

Read More
Starting off a simple (the simplest perhaps) C compiler?...


ccompiler-constructionprogramming-languages

Read More
What is a class?...


c#programming-languagestheory

Read More
How to modify the contents of an .SVG file with Python?...


pythonsvgprogramming-languages

Read More
Is there a programming language with better approach for switch's break statements?...


javaclanguage-agnosticprogramming-languagesswitch-statement

Read More
Do common JavaScript implementations use string interning?...


javascriptprogramming-languageswebkitv8string-interning

Read More
Is there an "opposite" to the null coalescing operator? (…in any language?)...


c#programming-languagessyntaxoperatorsnull-coalescing-operator

Read More
How to implement a #include function into own programming language...


c++fileimportcompiler-constructionprogramming-languages

Read More
What is a regular language?...


syntaxprogramming-languagesbnfregular-languageformal-languages

Read More
Using Groovy MetaClass to overwrite Methods...


unit-testingprogramming-languagesgroovymockingdynamic-languages

Read More
Limitations of LL vs LR parsers?...


programming-languagesparser-generatorll-grammarlr-grammar

Read More
Why should java package name be lowercase?...


javapackageprogramming-languagesnaming-conventions

Read More
High-level system language that compiles to c?...


cprogramming-languagescross-platformhigh-level

Read More
Why List#indexOf return -1 when no element matching...?...


javalistdata-structuresprogramming-languagesindexof

Read More
Ruby |= assignment operator...


rubyprogramming-languagesoperators

Read More
Functional languages that support the passing of stateful things as a parameter...


timefunctional-programmingstateprogramming-languages

Read More
Treating single and multiple elements the same way ("transparent" map operator)...


collectionsfunctional-programmingprogramming-languagesfunctorlanguage-design

Read More
What's the difference between an "engine" and a "framework"?...


frameworksprogramming-languages

Read More
My programming language's parser wont check anything after the first block or first statement an...


javaparsingprogramming-languages

Read More
On an Array, length is pre-calculated or calculated everytime through iteration?...


javascriptarraysdata-structuresprogramming-languages

Read More
Programmatically determining programming languages based on file extensions in python...


pythonsortingprogramming-languagesfile-extension

Read More
How does Chrome JS console do pre-evaluation?...


javascriptgoogle-chromeprogramming-languagesv8interpreter

Read More
Prolog: a compiled or interpreted language or both?...


prologprogramming-languagescompiledinterpreted-language

Read More
What is the difference between def foo = {} and def foo() = {} in Scala?...


scalaprogramming-languagesfunctional-programmingjvmjvm-languages

Read More
How to resolve the conundrum of calling a function in a custom programming language?...


compiler-constructionvirtual-machineprogramming-languagescalling-convention

Read More
What exactly is bytecode?...


assemblyprogramming-languagesbytecode

Read More
The difference between Reactive and Functional-Reactive programming...


programming-languagesfunctional-programmingparadigmsreactive-programming

Read More
Is the assembly language different from one architecture to another?...


assemblyoperating-systemprogramming-languagescpu-architecture

Read More
Re-editing an existing game...


filetestingprogramming-languagesedit

Read More
C# How to loop through Properties.Settings.Default.Properties changing the values...


c#programming-languages

Read More
BackNext