xsb

Hilog terms in (XSB) Prolog

那年仲夏 提交于 2019-12-19 16:19:30
问题 Are Hilog terms (i.e. compounds having as functors arbitrary terms) still regarded as a powerful feature in XSB Prolog (or any other Prolog) ? Are there many XSB projects currently using this feature ? which of them for example ? I ask since as far as I understand higher order programming is equally possible using the ISO built-in call/N. Specifically, I would like to understand if XSB is using Hilog terms just for historical reasons or if Hilog terms have considerable advantages in

Hilog terms in (XSB) Prolog

谁都会走 提交于 2019-12-01 16:08:14
Are Hilog terms (i.e. compounds having as functors arbitrary terms) still regarded as a powerful feature in XSB Prolog (or any other Prolog) ? Are there many XSB projects currently using this feature ? which of them for example ? I ask since as far as I understand higher order programming is equally possible using the ISO built-in call/N. Specifically, I would like to understand if XSB is using Hilog terms just for historical reasons or if Hilog terms have considerable advantages in comparison to the current ISO standard. Within XSB, Hilog terms are very strongly connected to the module system

Prolog support for Vim users

人盡茶涼 提交于 2019-11-30 08:58:02
I am starting with Prolog programming using XSB. What syntax highlighting script or plugin for vim editor would you suggest for (XSB) Prolog ? Vim (7.3) comes with filetype-specific settings and syntax highlighting for Prolog. Just make sure that your file is detected as such (i.e. :setlocal filetype? prints prolog ), and you have the usual :filetype plugin on and :syntax on in your ~/.vimrc . Vim auto-detects *.pdb and *.pl (depending on contents, can also be Perl); but you can configure additional patterns, see :help new-filetype . The Vim support for Logtalk is an alternative for syntax

Prolog support for Vim users

拜拜、爱过 提交于 2019-11-29 13:20:04
问题 I am starting with Prolog programming using XSB. What syntax highlighting script or plugin for vim editor would you suggest for (XSB) Prolog ? 回答1: Vim (7.3) comes with filetype-specific settings and syntax highlighting for Prolog. Just make sure that your file is detected as such (i.e. :setlocal filetype? prints prolog ), and you have the usual :filetype plugin on and :syntax on in your ~/.vimrc . Vim auto-detects *.pdb and *.pl (depending on contents, can also be Perl); but you can