exercism / prolog

Exercism exercises in Prolog.
https://exercism.org/tracks/prolog
MIT License
29 stars 39 forks source link

GNU OR SWI? #4

Closed parkerl closed 8 years ago

parkerl commented 8 years ago

I'm not sure but I think we may need to choose a flavor. I have found SWI to be better documented and easier to use in general.

qjd2413 commented 8 years ago

I think SWI is a better choice. GNU doesn't support modules, which means testing is difficult if not impossible.

parkerl commented 8 years ago

Ok, we are in agreement. SWI it is.