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. While the toolkit is no longer actively developed, the environment is still useful for prototyping applications. POPLOG's core language is POP-11, which was developed by…
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…