Unfortunately, I have stepped away from this blog. However, I have made some interesting conclusions. First, the production language CLIPS is taking longer than expected to learn compared to other languages. The implementation of the blackboard architecture may be complex in LISP, but adding new facts to the blackboard is simply asserting new facts into temporary database. The PAL system has been used for simple endgame of king and rook versus king, where the PARADISE system computed combinations based on examples from Fred Reinfeld’s book. Finally, in the logic programming, chess positions can be described by the state(Color, Piece, square(File, Row)) term.
Advertisement