A programming language is an artificial language designed to express computations that can be performed by a machine.
I have been mulling over config files and their relationship to code for a while now and depending on the …
configuration programming-languages configuration-files configI've been doing socket programming for a while in C++, and kind of got tired of having to write the …
programming-languages distributed-systemDoes anyone know if it possible to define the equivalent of a "java custom class loader" in .NET? To give …
.net compiler-construction programming-languages clr language-featuresA long time ago I remember thinking that the Forth programming language was pretty cool. I really haven't heard anything …
programming-languages forthAre there any best practices that I should follow while writing a parser?
c++ parsing programming-languages conventionsDependent method types, which used to be an experimental feature before, has now been enabled by default in the trunk, …
scala haskell programming-languages type-systems dependent-method-typeI'm new to it and currently using the visual flow-chart like language that the Lego Mindstorms IDE uses. I'm impressed …
programming-languages robotics mindstorms lego nxtI'm learning how to program but one thing I can't quite get my head around is preconditions and postconditions. Is …
programming-languages design-by-contract preconditions post-conditionsI am just curious if there is a programming language which has state machines (similar to boost::statechart) as primary …
programming-languages state-machine statechartThis is a little bit of fun. Can you devise the shortest program which compiles but does nothing but immediately …
programming-languages code-golf