Hacker News new | ask | show | jobs
Petri Net Programming (johncarlosbaez.wordpress.com)
4 points by thedatabase 4993 days ago
1 comments

Great article!

But the coding style needs some work. This is the first Python program I've ever seen that uses "this" instead of "self". Also, it uses filter() instead of a list comprehension with "if" clause.