Page 1 of 1

Posted: 14 Nov 2016 17:51
by archit507
Hi Thomas,

Can you please give me some information on visual prolog and SWI Prolog.

1)What is difference between Visual Prolog and SWI Prolog?
2)Can we do Speech Recognization in SWI Prolog and connect to Cloud Database?

Thank you.

Posted: 14 Nov 2016 20:36
by Thomas Linder Puls
I don't know much about SWI Prolog.

I believe that SWI Prolog:
  • is an ISO Prolog variant
  • in interpreted not compiled
  • does not perform a static type check
  • does not have an object system (but I am not sure about this)
  • runs on Windows, Unix/Linux, OS/X
I don't know whether or not it can perform speech recognition or connect to cloud databases.

Posted: 15 Nov 2016 12:34
by archit507
Thank you for the information.