{"id":19987901,"url":"https://github.com/UTP-projects/Programacion-Logica-con-Prolog","last_synced_at":"2026-03-03T23:03:17.837Z","repository":{"id":243428504,"uuid":"812399479","full_name":"UTP-projects/Programacion-Logica-con-Prolog","owner":"UTP-projects","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-27T02:31:09.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-24T15:48:08.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Prolog","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UTP-projects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-08T19:25:13.000Z","updated_at":"2025-04-02T17:38:23.000Z","dependencies_parsed_at":"2024-06-08T20:40:29.921Z","dependency_job_id":"029135c7-3aa3-41a3-ab6d-7d3be2150cce","html_url":"https://github.com/UTP-projects/Programacion-Logica-con-Prolog","commit_stats":null,"previous_names":["leo-spj/programacion-logica-con-prolog","utp-projects/programacion-logica-con-prolog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UTP-projects/Programacion-Logica-con-Prolog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UTP-projects%2FProgramacion-Logica-con-Prolog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UTP-projects%2FProgramacion-Logica-con-Prolog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UTP-projects%2FProgramacion-Logica-con-Prolog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UTP-projects%2FProgramacion-Logica-con-Prolog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UTP-projects","download_url":"https://codeload.github.com/UTP-projects/Programacion-Logica-con-Prolog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UTP-projects%2FProgramacion-Logica-con-Prolog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30064796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T04:39:43.817Z","updated_at":"2026-03-03T23:03:12.829Z","avatar_url":"https://github.com/UTP-projects.png","language":"Prolog","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prolog\n\n## Ejecución\n\nPara ejecutar y probar un archivo de prolog:\n\n```bash\nswipl -s archivo.pl\n```\n-s = source, indica qué archivo se va a ejecutar.\n\n\nOtra forma de ejecutarlo es:\n\n```bash\nswipl\nconsult('archivo.pl').\npadre(juan, maria).\n```\n\nPara salir de la consola de prolog:\n\n```bash\nhalt.\n```\n\n## Compilación\n\nPara compilar un archivo de prolog y tenerlo como ejecutable:\n\n```bash\nswipl -o archivo -c archivo.pl\n```\n-o = output, -c = compile\n\n\n## Comentarios\n\nPara comentar una linea se usa el simbolo `%` y para comentar un bloque de codigo se usa `/*` y `*/`.\n\n```prolog\n% Comentario de una linea\n\n/*\nComentario de \nbloque\n*/\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUTP-projects%2FProgramacion-Logica-con-Prolog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FUTP-projects%2FProgramacion-Logica-con-Prolog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUTP-projects%2FProgramacion-Logica-con-Prolog/lists"}