As a new ECLiPSe user I am running into problems.
I was able to consult a .pl
file, but when I changed the extension to .ecl
I got a file-does-not-exist message.
I was even able to run the .pl
file, but couldn't access any of the subsidiary predicates. Only the longest one ran. (It was not called main
.)
I finally added an export
line, which solved the problem.
Loading ['../<current-directory>/file.ecl']
worked, but attempting to load ['file.ecl']
or ['./file.ecl']
produced a no-such-file message.
Is there a repository of newbie questions and answers or a mailing list of users?
Thanks.