Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanbono/prolog-paradigmas
Programas hechos con SWI-Prolog
https://github.com/juanbono/prolog-paradigmas
Last synced: 29 days ago
JSON representation
Programas hechos con SWI-Prolog
- Host: GitHub
- URL: https://github.com/juanbono/prolog-paradigmas
- Owner: juanbono
- License: mit
- Created: 2014-03-30T23:56:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-24T23:34:40.000Z (over 10 years ago)
- Last Synced: 2023-08-22T05:17:12.827Z (over 1 year ago)
- Language: Prolog
- Size: 395 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*Paradigmas de Programación*
#Paradigma Logico : Prolog
==========================## Descripción
El Prolog (o PROLOG), proveniente del francés PROgrammation en LOGique, es un lenguaje para programar artefactos electrónicos mediante el paradigma lógico con técnicas de producción final interpretada. Es bastante conocido en el área de la Ingeniería Informática para investigación en Inteligencia Artificial.## Contenido
### Ejercicios
1. [Empresa Petrolera](https://github.com/JuanBono/Prolog/blob/master/empresaPetrolera.prolog)
2. [Compras](https://github.com/JuanBono/Prolog/blob/master/compras.prolog)
3. [Asesino](https://github.com/JuanBono/Prolog/blob/master/asesino.prolog)
4. [Automata Finito](https://github.com/JuanBono/Prolog/blob/master/Automata.md)
5. [Espionaje](https://github.com/JuanBono/Prolog-Paradigmas/blob/master/tpEspionaje.prolog)
6. [Libros y Autores](https://github.com/JuanBono/Prolog-Paradigmas/blob/master/libros.prolog)
7. [Laboratorio de Dexter](https://github.com/JuanBono/Prolog-Paradigmas/blob/master/labDexter.prolog)### Trabajos Practicos
- [Trabajo Practico Individual](https://github.com/JuanBono/Prolog-Paradigmas/blob/master/tp1_v2.prolog)### Parcial
- [Parcial Paradigma Lógico](https://github.com/JuanBono/Prolog-Paradigmas/blob/master/parcial.prolog)## Enlaces
[SWI-Prolog](http://www.swi-prolog.org/)
[Documentación](http://www.swi-prolog.org/pldoc/doc_for?object=manual)
[Tutorial](http://www.learnprolognow.org/index.php)