bn:02271210n
Noun Concept
Categories: Metaphors referring to food and drink, Articles with short description, Programming language syntax, Computer jargon, Source code
EN
syntactic sugar  Desugar  desugared  Desugarer  desugaring
EN
In computer science, syntactic sugar is syntax within a programming language that is designed to make things easier to read or to express. Wikipedia
Definitions
Examples
Relations
Sources
EN
In computer science, syntactic sugar is syntax within a programming language that is designed to make things easier to read or to express. Wikipedia
Syntactical elements of a computer language added primarily for convenience Wikipedia Disambiguation
Additions to the syntax of a computer language that make code easier for humans to read or write, but that do not change the functionality or expressiveness of the language. Wiktionary
EN
In fact, this is how lists are actually built, by consing all elements to the empty list, []. The commas-and-brackets notation is just syntactic sugar , a more pleasant way to write code. So [1, 2, 3, 4, 5] is exactly equivalent to 1:2:3:4:5:[]. WB. Wiktionary
IS A