Today I upgrade WS-compression for WSE3 with a new constructor in the class CompressionAssertion. This constructor allows to set the compression policy by code without necessity of configuration file. Thanks to Kenny Lamoot for this idea.
July 2006
Blog New Look
onToday I upgraded the blog with a new skin by Kent J. Chen.
The Cat Programming Language
onLooking for implementations of functional languages for .NET Framework I found Cat. Cat is a stack based functional language written by Christopher Diggins.
I like a lot this language implementation since it is an excellent and easy to understand example of construction of an interpreter and compiler for .NET Framework.
Download the Cat source code from here.
UPDATE: Check this post