A programming language is an artificial language designed to express computations that can be performed by a machine.
Just a simple regex I don't know how to write. The regex has to make sure a string matches all 3 …
php javascript regex programming-languages lookaheadI'm making my own javascript-based programming language (yeah, it is crazy, but it's for learn only... maybe?). Well, I'm reading …
parsing programming-languages translateIn informatics theory I hear and read about high-level and low-level languages all time. Yet I don't understand why this …
programming-languages low-level high-levelThe maximum value of an n-bit integer is 2n-1. Why do we have the "minus 1"? Why isn't the maximum just 2…
integer programming-languages numeric-limitsI know how each of them can be converted to one another but never really understood what their applications are. …
algorithm compiler-construction programming-languages formal-languagesI was searching a bit for another platform independent language like Java. Are there other P.I. languages? Thanks
programming-languages platform-independentI wonder how Java is more portable than C, C++ and .NET and any other language. I have read many …
java c programming-languages portabilityWhat makes Scala such a wonderful language, other than the type system? Almost everything I read about the language brings …
programming-languages scala language-featuresWhy does Python seem slower, on average, than C/C++? I learned Python as my first programming language, but I've …
c++ python c performance programming-languagesWhen all you have is a pair of bolt cutters and a bottle of vodka, everything looks like the lock …
language-agnostic programming-languages