Monthly Archives: July 2006
WS-Compression for WSE 3 Update
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.
The Cat Programming Language
Looking 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


