Prolog+CG Changelog

What's new in Prolog+CG 2.0.16 Beta

Jan 25, 2013
  • The minimum required Java version is now 1.6, instead of 1.5.
  • A bug was fixed in Concept.java.
  • The primitive goal shuffle(L1,L2)" was added. L1 must be a list, and L2 must be a free variable. If these conditions are satisfied, the goal always ends with success, and L2 is a permutation of L1,
  • i.e., the order of L1's elements is shuffled. L2 is a copy of L1.
  • The Applet version used to have a problem by which it messed up the program's order totally when doing an asserta or assertz, since they did not result in a recompile of the program, as they should. This has been fixed.