2008/6/21 Sebastian Tennant <[EMAIL PROTECTED]>: > > Out of pure curiosity, whats the significance of '31' in the make-module > call in process-template?
I believe it's the initial size of the module's hash table for storing
bindings (from identifiers to variable locations). (I believe that
prime numbers are good sizes for hash tables.)
Neil
