How to Install SWI Prolog on Windows?
Last Updated :
03 Dec, 2021
SWI Prolog: SWI Prolog is computer software that is used to run programs written in Prolog language. It is developed by Jan Wielemaker. It is free software written in C language and can be run on different platforms like Linux, Unix, windows, mac, etc. SWI stands for Social-Wetenschappelijke Informatica which means "Social Science Informatics", it is actually the name of group at University of Amsterdam where Jan Wielemaker worked as an employee. Its initial release was in 1987 and its first stable release was in 2021. In this software facts for any logical program can be written using conditional representation and after the compilation, the program can be tested for success or failure.
Prolog : Prolog is considered as a declarative language rather than programming language as it is not used to solve computational problems. It is used to solve logical problems which use rules or facts. The full form of prolog is programming in logic. Prolog is used in much artificial intelligence, natural language processing, and machine learning problems. Prolog is used to write facts or rules for problems and then prolog's run time system checks those facts and rules whenever that problem is asked and returns a true or false statement for success or failure of the problem.
Installing SWI Prolog onWindows:
Follow the below steps to install SWI Prolog on Windows:
Step 1: Visit swi-prolog.org website using any web browser.
Step 2: Click on Download which is adjacent to Home, dropdown list will appear then click on SWI-Prolog.
Step 3: New webpage will open, click on Stable release.
Step 4: After clicking on stable release new webpage will open which will contain stable versions of prolog for different platforms. Under binaries there are two stable releases for windows, first is SWI-Prolog 8.4.0-1 for Microsoft Windows (64 bit) and the other is SWI-Prolog 8.4.0-1 for Microsoft Windows (32 bit). Click on the one as per your system configuration. Lets take the one for 64-bit operating system.
Step 5. After clicking on SWI-Prolog 8.4.0-1 for Microsoft Windows (64 bit), a new webpage will open, check on I understand checkbox to make the download link active. Then click on the download link, downloading of the executable file will start shortly. It is a small 11.9 MB file that will hardly take a minute.
Step 6: Now check for the executable file in downloads in your system and run it.
Step 7: It will prompt confirmation to make changes to your system. Click on Yes.
Step 8: Setup screen will appear, click on Next.
Step 9: The next screen will be of License Agreement, click on I Agree.
Step 10: After it there will be screen of installing options so check the box for Add swipl to the system path for all users, and also check the box for create a desktop icon and then click on the Next button.
Step 11: The next screen will be of installing location so choose the drive which will have sufficient memory space for installation. It needed only a memory space of 50 MB.
Step 12: Next screen will be of choosing Start menu folder so don't do anything just click on Next Button.
Step 13: This last screen is of choosing components, all components are already marked so don't change anything just click on Install button.
Step 14: After this installation process will start and will hardly take a minute to complete the installation.
Step 15: Click on Finish after the installation process is complete.
Step 16: SWI Prolog is successfully installed on the system and an icon is created on the desktop.
Step 17: Run the software and see the interface.
Congratulations!! At this point, you have successfully installed SWI-Prolog on your windows system.
Similar Reads
How to Install Perl on Windows?
Prerequisite: Introduction to Perl Before, we start with the process of Downloading and Installing Perl on Windows operating system, we must have first-hand knowledge of What the Perl Language is and what it actually does?. Perl is a general-purpose, high level interpreted and dynamic programming la
3 min read
How to Install PIL on Windows?
In this article, we will look into the various methods of installing the PIL package on a Windows machine. Prerequisite:Python PIP or Ananconda (Depending upon your preference)For PIP Users: Open up the command prompt and use the below command to install the PIL package: pip install Pillow The follo
1 min read
How to install QGIS on Windows?
QGIS acronym for Quantum Geographic Information System is free and open-source software. It is used to work on geospatial data, this data can be easily edited and analyzed in the QGIS software. It is a cross-platform software so it is widely used in geographic data applications. It is written in Pyt
2 min read
How to Install Pyproj on Windows?
Pyproj is an Interface for the cartographic projections and coordinate transformations library (PROJ). In this article, we will look into the process of installing the Pyproj interface on a windows machine. Pre-requisites: The only thing that you need for installing Numpy on Windows are: Python PIP
2 min read
How to Install SQLplus on Windows?
Sqlplus is an interface provided by Oracle database to interact only with Oracle Database. It is having the flexibility to write some Oracle specific code. Sqlplus is a tool created by Oracle for its Oracle DB. It is a very popular tool since it comes. It has its own syntax in addition to supporting
2 min read
How to Install PyBrain on Windows?
PyBrain is an open-source and free-to-use Python-based Machine Learning Library. Its main purpose is to provide machine learning tasks with flexible, easy-to-use, still a very powerful algorithms. It also provides a wide range of predefined environments which is used to test and compare different ty
2 min read
How to Install pywin32 on Windows?
Pywin32 is a Python extension for windows that is used to access Windows API. In this article, we will look into the process of installing Pywin32 on a windows machine. Pre-requisites: The only thing that you need for installing Numpy on Windows are: Python PIP or Conda (depending upon user preferen
2 min read
How to Install Power BI on Windows?
Power BI: Power BI is an analytical software which is developed by Microsoft. BI means business intelligence. It is available only for Windows operating system. It was first released in 2011 and its stable release was in 2021. It is used for a variety of purposes like data visualization, data mining
2 min read
How to Install PyOpenGL on Windows?
PyOpenGL is the most common cross-platform Python binding to OpenGL. In this, article, we will look into the process of installing the PyopenGL Library on Windows. Pre-requisites: The only thing that you need for installing the Scrapy module on Windows are: Python PIP or Conda (depending upon user p
2 min read
How to install Ruby on Windows?
Prerequisite: Ruby Programming Language Before we start with the installation of Ruby on Windows, we must have first-hand knowledge of what Ruby is?. Ruby is a pure Object-Oriented language developed by Yukihiro Matsumoto (also known as Matz in the Ruby community) in the mid-1990s in Japan. Everythi
2 min read