I have an outdated medium-sized ISO prologue application that I would like to translate into JVM. The application is a command line tool that parses text files, performs some evaluations / conversions, and then exports a text file.
My team develops mainly in Java, so we have many existing java competencies and reusable components. However, the competence of Prolog is very low.
I do not expect that there will be a tool that will use the prolog source code and convert it to another language. But I'm trying to figure out what would be the easiest solution. Starting from scratch in Java or using a more functional language like Clojure?
source
share