Should I explore Logtalk, if I want to use Prolog in a wsh/wsf environment? #107
Replies: 1 comment 1 reply
-
|
I'm not familiar with Logtalk can call backend Prolog module predicates. That should not be an issue. Tau Prolog is the only JavaScript implementation of Prolog that's supported by Logtalk. There's also ProscriptLS but currently it lacks the necessary standards compliance that would allow it to run Logtalk. I'm aware of Win/LPA-Prolog but this system is also not supported by Logtalk due to standards compliance issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tried using the tau-prolog Javascript module, over at http://tau-prolog.org/tau-prolog.js, in a .wsf file. But it generates various expression errors.
I'd like to just play with the scripting environment, mixing VBScript & JScript, and calling prolog modules.
Is LogTalk appropriate, for this purpose? Or is there some other JScript implementation that might be smoother?
My experience so far, is with Win/LPA-Prolog.
Beta Was this translation helpful? Give feedback.
All reactions