PyEcore: a software modeling framework written in Python

Looking for an alternative to the “standard” Java-based Eclipse Modeling Framework? Try this Python implementation of EMF, including model transformations…

Similar

Changing Python’s string search algorithms

Fredrik Lundh crafted our current string search algorithms, and they've served us very well. They're nearly always as fast as dumbest-possible brute force search, and sometimes much faster. This was bought with some very cheap one-pass preprocessing of t... (more…)

Read more »