documenting formal operational semantics of Python

Paul Rubin http
Wed Mar 5 14:52:38 EST 2008


gideon <gideon.smeding at gmail.com> writes:
> In the context of a master's thesis I'm currently looking into
> Python's operational semantics. Even after extensive searching on the
> web, I have not found any formal model of Python. Therefore I am
> considering to write one myself. 

I doubt if anything serious has been done in that area, and I don't
think Python culture operates like that very much.  Python programming
tends to use informal processes with a lot of reliance on test-driven
development and unit tests, rather than formal specifications.  A lot
of the operational behavior that people rely on basically comes from
accidents of implementation, e.g. file descriptors being closed
automatically when the last reference goes away.  But of course that
should not be included in a formal semantics, yet that means the
semantics wouldn't describe actual production programs out there.



More information about the Python-list mailing list