declarative-programming

#cs/paradigms

Declarative Programming

Declarative programming describes what the program should do, not how.

Examples: SQL, HTML, Haskell, React JSX

See SQL · Functional Programming · CS Concepts Hub.