New posts in programming-languages

What is a 'thunk', as used in Scheme or in general?

What are the practical limitations of a non-turing complete language like Coq?

Setting std=c99 flag in GCC

What does composability mean in context of functional programming?

What is a "real" programming language? [closed]

How does Makefile know that a file changed and then recompile it?

What is so special about Smalltalk? [closed]

C# Empty Statement

Which programming languages can be used to develop in Android? [duplicate]

Why should java package name be lowercase?

Why did you decide "against" using Erlang?

What are the available interactive languages that run in tiny memory? [closed]

What is a good example to show to a non-programmer to explain what programming "looks like"?

Why is the maximum value of an unsigned n-bit integer 2ⁿ-1 and not 2ⁿ?

Are FP and OO orthogonal?

The History Behind the Definition of a 'String'

Origin of the C# language name

What does "expressive" mean when referring to programming languages?

Why is there no Disjoint Set (Union Find Algorithm) implemented in most mainstream programming languages' standard library?

Forking vs Threading