News

Plang (pronounced "P lang") is an experimental logic programming language, which borrows the backtracking search of Prolog, but with a completely different C-style syntax on top. The aim is to explore ...
Google introduced the open-source Logica programming language this week. It is designed to compile to SQL and run on Google BigQuery with experimental support for PostgreSQL and SQLite.
Google has unveiled the open source Logica programming language, a logic programming language designed to “solve problems of SQL” by using syntax of mathematical propositional logic rather ...
Recently a logic programming language AC was proposed by Mellarkod et al. (2008) to integrate answer set programming (ASP) and constraint logic programming. In a similar vein, Gebser et al. (2009) ...
According to the authors of the language, Picat is an acronym for: Pattern-matching. Imperative. Constraints. Actors. Tabling. Picat has a lot of interesting features, such as constraint logic ...