Did you know ... | Search Documentation: |
Profile for user Jonyleo |
Hey, I recently took some interest in xpce prolog.
I was wondering if it's still being maintained and if not where is the source? I can't seem to find it anywhere.
Either way, I believe I have found a weird bug with code_vectors just check the example below:
?- new(L, code_vector)
, pce_principal:send(L,append,1)
, get_super(L, index, 1, A)
.
L = @17555964264922/code_vector,
A = 1.
?- new(T, text_item)
, new(L, code_vector)
, pce_principal:send(L,append,T)
, get_super(L, index, 1, A)
.
false
Shouldn't the second query get a response kind of like this?:
T = A = @1212312, L = @11445244.
Maybe there is something im not understanding here but I dont think so sadly...
Pack
tot: 1
| Version
(#older)
| Downloads
tot: 146
(#latest) | Rating
(#votes/
#comments) | Title |
---|---|---|---|---|
scasp | 1.1.430 | 14612 | Goal directed ASP solver |