| Christopher Diggins 2007-04-25, 7:04 pm |
| Version 0.11.1 of Cat has just been released on Google code hosting
( http://code.google.com/p/cat-language/downloads/list ).
The latest release is decribed on my blog ( http://cdiggins.com/2007/04/24/cat-version-011/
)
In summary: generators, list comprehensions lazy lists, optimized
lists, significant test suite, improved graphics , floating point bug
fixes, exception handling, general code maintenance.
I've also written a bit about what motivated Cat at Artima.com
( http://www.artima.com/weblogs/viewp...p?thread=203732 )
In summary: an attempt to design a better intermediate langauge by
supporting functional programming at the instruction level, and a
language intended for use to teach basic programming concepts.
Any comments or questions would be appreciated.
Christopher Diggins
http://www.cat-language.com
|