One thing I like about python - is that byte compilation is performed
automatically. What about doing the same for emacs lisp?
When a .el is used, if the .elc doesn't exist or is older, byte
compilation is done automatically.
This makes it painless to have your .emacs byte compiled.