Prolog repository of the programming paradigms assignment - UNLaM (university).
Summary • Installation • Related • License • Acknowledgments • Contact
This is a repository where I store all lessons that I take on the programming paradigms assignment of National University of Matanza (UNLaM), related with Prolog language.
- Clone this repository.
- Install Prolog, and check "Add swipl to the system PATH" option during the installation.
- Install Visual Studio Code, and it's Prolog extension.
- That's it! If you want to run the code, open a terminal in Visual Studio Code and type
swipl
to start the Prolog interpreter. Then, load the desired file with the commandconsult('file_name').
and start querying.
Tip
If you want to execute Prolog code without installing it in your machine, try it's official playground.
- Repository of C course - 2022
- Repository of C course - 2023
- Repository of C course - 2024
- Repository of C++ course - 2022
- Repository of Haskell course - 2025
- Repository of C algorithms course - 2025
- Repository of C practical work - 2024
- Repository of Java practical work - 2025
- Repository of SQL Server - I course
- Repository of SQL Server - II course
- Repository of MongoDB - NoSQL course
This repository is under MIT License, if you want to see what you are allowed to do with the content of this repository, please visit choosealicense for more information.
Thanks to UNLaM teachers of the programming paradigms assignment to be part of it.
If you want to contact me, please see my socials medias in my GitHub profile.