Did you know ... | Search Documentation: |
Profile for user Carlo Capelli |
bagof/3 | There is a typo that could be confusing in the comment above by @LogicalCaptain ... |
Sec. A.35 | A limitation of library(pio) is that tabling cannot be used in the grammar produ ... |
Sec. 5 | Beware of the autoloaded declaration from tabling: ``` ?- current_op(X,Y,table). X = 1150, Y = fx. ``` Indeed, it makes your XPATHs containing .../table/... syntactically wrong (or even semantically, I haven't checked). You can disable the declaration with this directive ``` :- op(0,fx,table). ``` |
op/3 | If you need to use library(xpath), beware of the autoloaded declaration from tab ... |
*->/2 | Always struggled to find an application of this construct. Seems that SQL outer ... |
I disagree with _The SWI-Prolog web framework (obviously) does not replace the O ... | |
atomic_list_concat/3 | a simple, useful application: -------- ~~~~ %% replace_word(+Old, +New, +Orig, - ... |
The [mailing list archive](http://news.gmane.org/gmane.comp.lang.swi-prolog.gene ... | |
Sec. A.44 | Maybe I'm missing the relevant bits or docs, but the simplest use case - long at ... |
Sec. 2.11.1.1 | Seems that a reference to discussions following recent changes could help... [he ... |
This [StackOverflow question](http://stackoverflow.com/q/24602416/874024) eviden ... | |
multifile/1 | YAP documentation it's a bit more explicit, I cite from [there](http://www.dcc.f ... |
json_object/1 | This is more a test of the tagging system. |
permutation/2 | on [stackoverflow](http://stackoverflow.com/questions/tagged/prolog), an [intere ... |
Pack
tot: 3
| Version
(#older)
| Downloads
tot: 218
(#latest) | Rating
(#votes/
#comments) | Title |
---|---|---|---|---|
scasp | 1.1.430 | 14612 | Goal directed ASP solver | |
dirtree | 1.0.13 | 3921 | Load XML of directory content. | |
bousi_pack | 1.0.03 | 331 | On my way to a SWISH enabled BPL - a FLI exercise |
Showing 3 reviews, sorted by date entered, last review first.