Cat 0.10.4 has been released. Cat is a functional, stack-based programming language.
This release includes: new functions, standard library fixes, support for graphics, and other changes.
|
April 08, 2007 April 04, 2007 April 02, 2007 March 30, 2007 February 27, 2007 Christopher Diggins has announced that a revised version of the Cat techical report is now available. Cat is a statically-typed, stack-based language inspired by Joy. January 26, 2007 January 13, 2007 Next Boston AppleScript User Group Meeting on Jan. 23Posted: 2007-01-13 21:51:00
It has been announced that the next meeting of the Boston AppleScript User Group will be held on January 23, 2007. November 08, 2006 Cat 0.9.7 Released, Python Implementation of Cat AnnouncedPosted: 2006-11-08 21:58:00
Languages :: Cat
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. November 04, 2006 November 03, 2006 November 01, 2006 October 30, 2006 October 26, 2006 September 29, 2006 September 17, 2006 July 31, 2006 "Cat, an Optimization Framework for the MSIL" Presentation Slides AvailablePosted: 2006-07-31 11:22:00
Languages :: Cat
Christopher Diggins has announced that the slides (~250 KB .ppt) for his 2006 Lang.NET Symposium "Cat, an Optimization Framework for the MSIL" presentation are now available online. Cat is a stack-based intermediate language. July 01, 2006 June 19, 2006 May 28, 2006 Christopher Diggins has announced that a prototype interpreter for his Cat language is now available. Cat is a stack-based, functional language inspired by Joy. It is written in C#, and has been released into the public domain. May 15, 2006 Christopher Diggins has announced the availability of the slides to a presentation (~170 KB .ppt) on his Cat programming language. It is "a stack-based pure functional language, inspired by the Joy programming language, which targets the Microsoft Intermediate Language (MSIL). Cat, like Joy, differs from mainstream functional languages in that it is based on the composition of functions rather than the application of functions. This design makes algebraic manipulation of programs trivial, and thus facilitates optimization." The presentation aims to "introduce the semantics and syntax of Cat, demonstrate rewriting rules for high-level functional optimizations, and show preliminary performance results for a simple IL Code generator written in C#." There has been some more discussion about Cat at LtU. |