These are public posts tagged with #prolog. You can interact with them if you have an account anywhere in the fediverse.
Ejercicios de programación lógica con Prolog (Versión de 20 de septiembre de 2007). https://web.archive.org/web/http://www.cs.us.es/~jalonso/cursos/pd-09/temas/ej_prog_Prolog.pdf #Prolog #LogicProgramming
Introducción a la programación lógica con Prolog. https://web.archive.org/web/20211024153243/http://www.cs.us.es/~jalonso/publicaciones/2006-int_prolog.pdf #Prolog #LogicProgramming
Curso "Programación declarativa (2009-10)". https://jaalonso.github.io/cursos/pd-09 #Haskell #FunctionalProgramming #Prolog #LogicProgramming
Apuntes de programación lógica (Hasta Prolog y más allá). ~ Joaquín Arias. https://burjcdigital.urjc.es/server/api/core/bitstreams/c5a03eda-4615-4b16-a6ab-650bad265f1e/content #LogicProgramming #Prolog #CLP
Curso "Programación lógica (2008-09)". https://jaalonso.github.io/cursos/d-pl-08 #ProgramaciónLógica #Prolog #IA
Curso "Programación declarativa (2008-09)". https://jaalonso.github.io/cursos/pd-08 #ProgramaciónFuncional #Haskell #ProgramaciónLógica #Prolog
Curso "Programación lógica (2007-08)". https://jaalonso.github.io/cursos/d-pl-07 #ProgramaciónLógica #Prolog #IA
Curso "Programación declarativa (2007-08)". https://jaalonso.github.io/cursos/pd-07 #ProgramaciónFuncional #Haskell #ProgramaciónLógica #Prolog
Teaching logic programming: a review. ~ Serhiy O. Semerikov, Iryna S. Mintii, Natalia V. Moiseienko. https://acnsci.org/journal/index.php/cte/article/view/838/860 #LogicProgramming #Prolog #ASP #CLP #Datalog
I need some #lisp help.
I'm stuck on a recursion exercise - have been for 2 days!
We're given a at a structure a list of lists, where each such list is of the form (person mother father) .. and so a lot of these together create a family tree.
I want to write a function lineage x y which returns a list of ancestors from x to y ... eg x, mother of x, father of prev, y .... or NIL if y is not an ancestor of x.
I found this easy in #prolog (I wrote this https://prologbyexample.blogspot.com/2023/02/introducing-recursion.html ) but not #lisp.
Curso "Programación declarativa (2006-07)". https://jaalonso.github.io/cursos/pd-06 #LogicProgramming #Prolog #AI #NLP #Constraints #Logic
C+P: Combining the Usefulness of C with the Excellence of Prolog - In a move that will absolutely not over-excite anyone, nor lead to any heated argu... - https://hackaday.com/2025/03/14/cp-combining-the-usefulness-of-c-with-the-excellence-of-prolog/ #softwaredevelopment #prolog #c