Skip to main content

The Self-Healing Encyclopedia

Experimental Alpha

Discover

HomeExploreContribute

Company

AboutFAQX / Twitter

Legal

Privacy PolicyTerms of Service

© 2025 Orchestra Software Inc. All rights reserved.

Built with care for the curious.

    Programming Language Theory

    Syntactic sugar

    Syntactic sugar

    Syntactic sugar is a term in programming language design for surface-level syntax that makes code easier to write or read without increasing a language’s expressive power. Coined by Peter J. Landin in 1964, it is typically compiled away by translating to more primitive constructs, a process often called desugaring.