Logtalk - declarative object-oriented logic programming language
-
Updated
Mar 3, 2025 - Prolog
Declarative programming is a programming paradigm characterized by describing the target state (or even just the problem itself in some cases) as opposed to specifying the concrete steps needed to reach that target state. The specific steps usually then get generated automatically at Compile Time.
Logtalk - declarative object-oriented logic programming language
Prolog taxi scheduler application using Dijkstra's algorithm
Exam scheduling in Prolog (Declarative programming project)