A small program written in Prolog that recommends sake from a product catalog based on user preferences.
This was an exercise in learning a new and unfamiliar language and building something with it in a day.
Built to run on SWIProlog
- From command line:
$ swipl start.pl
, which starts swipl session - In swipl session:
?- start:suggest(Prod)
- Answer questions by typing choice and end with
.