Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

00 Programming Paradigms

❯

00 Category

❯

Logic Programming

Logic Programming

Feb 10, 20261 min read

  • programming-paradigms
  • logic

Logic Programming

Back: Programming Paradigms

Programs are expressed as sets of logical rules and facts. An inference engine derives conclusions from these declarations, allowing the programmer to specify what should be computed rather than how.

Concepts

  • Declarative Rules
  • Unification
  • Backtracking Search
  • Logic Programming Applications

programming-paradigms logic


Graph View

  • Logic Programming
  • Concepts

Backlinks

  • Backtracking Search
  • Declarative Rules
  • Logic Programming Applications
  • Unification
  • Programming Paradigms

Created with Quartz v4.5.2 © 2026

  • GitHub