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...

Comments by Jonyleo

[wiki] XPCE: the SWI-Prolog native GUI library(Sorry for the formatting but I cant do it any other way for some reason) 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...

Packages by Jonyleo

Pack
tot: 1
Version
(#older)
Downloads
tot: 101
(#latest)
Rating
(#votes/
#comments)
Title
scasp1.1.4291014
Goal directed ASP solver
This list contains packages whose author name, e-mail or homepage url matches the profile information.