I am trying to execute the example code from RosettaCode's take on writing an evolutionary algorithm in Prolog (see here).
Can anybody tell me how to generate the same output as displayed below the code example?
The problem is the interpretation of quotation marks in newer SWI Prolog versions (> 7.x).
Two solutions:
swipl --traditional
Thank you Thomas By for your help!