Tag Archives: pseudo

Cute Functions – Creating pseudo-operators in Python

I ran across something today that I found to be extremely interesting. Basically, the authors of Should_DSL, http://pypi.python.org/pypi/should_dsl/1.2.1, have attempted and succeeded in creating pseudo-operators based on operator-functions within an object.

Let me elaborate.

The goal of Should-DSL

Posted in Blog, Programming, Python, Snippets | Tagged , , , , , , | 1 Comment