Probably better to discuss these ideas at the Rule Table Repository:
http://code.google.com/p/ruletablerepository/
Personally, I'm no longer all that interested in the .table format now
that Tim Hutton has written make-ruletree.py (available in Golly 2.2
or from the above repository as a featured download). This script
makes it easy to create a new rule (as a .tree file) by writing a
suitable transition function in Python. See the simple examples
at the top of the script. Such functions are pretty easy to write --
you don't have to know much Python -- and they are a lot easier
to understand than the somewhat inscrutable .table format.
You write the transition function in your favorite text editor, copy
it to the clipboard, switch to Golly and run make-ruletree.py.
The script grabs your code from the clipboard and uses it to
create a .tree file, installs it in your rules folder and switches to
the new rule. Very neat.