About 51 results
Open links in new tab
  1. What is the difference between syntax and semantics in programming ...

    Jul 29, 2013 · Semantics follow directly from syntax. Syntax refers to the structure/form of the code that a specific programming language specifies but Semantics deal with the meaning assigned to the …

  2. In terms of programming, what do semantics mean?

    May 27, 2009 · In terms of programming-language jargon, there are several notions of semantics: Static semantics tells you which programs that are grammatical are also well formed.

  3. Are semantics and syntax the same? - Stack Overflow

    Mar 19, 2018 · Semantics involve what is actually being represented. There's a lot of buzz now about semantic webs and all that stuff, but it essentially means that each entity is also associated with …

  4. What does the word "semantic" mean in Computer Science context?

    Aug 11, 2016 · The word ‘semantic ‘as an adjective simply means ‘meaningful’ which is very related to the word 'high level' in computer science. For instances: Semantic data model: a data model that is …

  5. What does You are playing with semantics mean? - Answers

    Apr 28, 2022 · The word "semantics" means the interpretation of the meaning of a word or sentence. So if someone says you are just with semantics they are probably trying to tell you that you are avoiding …

  6. Simple definition of "semantics" as it is commonly used in relation to ...

    Jul 19, 2010 · A definition cribbed from here is The semantics of a programming language describe the relationship between the syntax and the model of computation.. This is pretty much exactly what your …

  7. What is the correct way to use move semantics in C++?

    Sep 16, 2018 · What is the correct way to use move semantics in C++? Asked 7 years, 6 months ago Modified 7 years, 6 months ago Viewed 451 times

  8. Syntax vs Semantics in Ontology Mappings - Stack Overflow

    Oct 22, 2024 · I’m working with two ontologies, A and B, which share the same semantics but are expressed using different syntaxes. Does the difference in syntax mean that it’s impossible to find …

  9. c++17 - C++ move semantics on returned value - Stack Overflow

    Jun 12, 2024 · In term of move semantics on return value, I heard that the best practice is to return the object as is, and don't call std::move to it, as it prevent return value optimizations. However, consider ...

  10. c++ - Acquire/release semantics with 4 threads - Stack Overflow

    Jan 22, 2018 · Acquire/release semantics with 4 threads Asked 8 years, 2 months ago Modified 4 years, 1 month ago Viewed 4k times