PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
November 08, 2006

Cat 0.9.7 Released, Python Implementation of Cat Announced

Posted: 2006-11-08 21:58:00
Languages ::

Cat 0.9.7 has been released. Cat is a statically-typed, stack-based compositional language, inspired by Joy.

This release includes: stack state descriptors that now describe the stack reading left to right, where the left-most element is the top of the stack; and support for recursive functions.

It has also been announced that a Cat interpreter written in Python is now available.