The view from Sussex University Library Introduction POPLOG is an integrated toolkit providing a highly extendable collection of languages and tools suitable for absolute beginners, advanced researchers and system programmers. The toolkit was developed at Sussex University during the 80s. While POPLOG is no longer actively developed, the environment is still useful for prototyping applications.…
Implementing Finite State Machines in Python with popmatches – Part 1
Introduction Chosing the right representation for your data is at the heart of efficient AI programming as we are reminded in the book edited by Daniel G. Bobrow and Allan Collins, titled "Representation and Understanding: Studies in Cognitive Science". However, quite often, the good old list will do or at least is a good place…