dgorbachev / scalalogic

Automatically exported from code.google.com/p/scalalogic
0 stars 0 forks source link

Which version of JDD you used? #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've tried to compile using JDD 1.03 and it didn't work. Mostly because of 
"env.deref(left,right)" and "val ref = env.createVar(fact.toString,prob)".

Original issue reported on code.google.com by joaobsn...@gmail.com on 4 May 2011 at 5:36

GoogleCodeExporter commented 8 years ago
I don't remember.
For the time being, if you only want the prolog functionality and not the 
problog functionality, you could check our revision r3.

Original comment by guy...@gmail.com on 4 May 2011 at 5:40

GoogleCodeExporter commented 8 years ago
Thanks for reply. I really enjoyed this project, I'm been introduced to new 
programming paradigms and a Prolog interpreter in Scala is a good example to 
understand the power of Scala. And now it compiled.
But when I try to run some tests of the same revision a always get the same 
error:
error: type mismatch;
found   : List[Symbol]
required: scalalogic.QuicksortTest.Term
sings_songs('S, List('abc, 'lala, 'ping)),

Original comment by joaobsn...@gmail.com on 4 May 2011 at 6:08