Skip to content
/ Prolog Public

Prolog is a declarative programming language.

Notifications You must be signed in to change notification settings

fport/Prolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Prolog

Prolog is a declarative programming language. This means that in Prolog, you do not write out what the computer should do line by line, as in procedural languages such as C and Java

Setup ( Arch Linux )

sudo pacman -S gprolog

Setup ( MacOS )

brew install gnu-prolog

How to running ( Arch Linux && MacOS)

gprolog
(it's open)

change_directory('your_directory_path').

consult('les1.pl').

Tutorials

Notes

write('hello'). 

write('new'), nl, 
write('line').

write('Let\'s go!!').

About

Prolog is a declarative programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages