I asked this question earlier, and after thinking about the topic some more, I began to wonder where the seemingly …
javascript expression terminology semanticsTrying to understand the subtleties of modern Unicode is making my head hurt. In particular, the distinction between code points, …
string unicode terminologyAs referenced by this Firefox bug, what does the act of vacuuming a database accomplish? Is this operation supported by …
database terminology vacuumI'm wondering whether/what difference between First Class Function and High Order Function. I read through those two wiki pages …
functional-programming terminologyI've been reading a bit about how interpreters/compilers work, and one area where I'm getting confused is the difference …
parsing terminology abstract-syntax-tree semantic-analysis concrete-syntax-treeCan someone explain the differences for these two in linux? Please go as deep as possible into each step the …
linux operating-system system-calls libraries terminologyProgrammatically. (alt. programmically) I've never used it, but I see it in questions a lot, i.e. "How to programmatically …
computer-science terminologyI'm reading a book on memory as a programming concept. In one of the later chapters, the author makes heavy …
c++ c memory-management terminologyThe vanilla adjective appears in many places: plain-vanilla java, vanilla javascript: what does it exactly mean? From context, is seems …
programming-languages terminologyPossible Duplicate: Is Java pass by reference? public class myClass{ public static void main(String[] args){ myObject obj = new myObject("…
java parameter-passing terminology pass-by-reference pass-by-value