python4ply python4ply is a Python parser for the Python language. The grammar definition uses PLY, a parser system for Python modelled on yacc/lex. The parser rules use the "compiler" module from the standard library to build a Python AST and to generate byte code for .pyc file.
You might use python4ply to experiment with variations in the Python language. By laughingboyin Public bookmarkswith librariespythontbutools
STM.NET Software Transactional Memory (STM.NET) is a mechanism for efficient isolation of shared state. The programmer demarcates a region of code as operating within a transaction that is “atomic” and “isolated” from other transacted code running concurrently. This is an experimental release of the .NET Framework that allows C# programmers to try out this technology By laughingboyin Public bookmarkswith .netconcurrencylibraries
MVVM Foundation - Home MVVM Foundation is a library of classes that are very useful when building applications based on the Model-View-ViewModel philosophy. The library is small and concentrated on providing only the most indispensable tools needed by most MVVM application developers. By laughingboyin Public bookmarkswith librarieswpf