<div>
                    Indeed, but more common usage of static in computer programming relates to “object property/method” instead of “class”.
                </div><div>In Erlang, one could argue that mod:something(), where mod is indeed -module(mod), is static.</div>
                <div><div>But in general term, static is not equal to immutable.</div><div><br></div><div>Take a look at Java:</div><div><br></div><div>class Whatever {</div><div>  public static String meh = “meh”;</div><div>}</div><div><br></div><div>You can change the value of meh by:</div><div><br></div><div>Whatever.meh = “meh meh”;</div><div><br></div><div>while immutable would be:</div><div><br></div><div>public static final String immutableMeh = “meh”;</div><div><br></div><div>You can’t change the value of this one.</div><div><br></div><div>There is a difference.</div>
                
                
                


<p style="font-family: Helvetica; font-size: 10pt; margin-bottom: 0cm;">
                
                
                


</p><p style="font-family: Helvetica; font-size: 10pt; margin-bottom: 0cm;">
                
                
                


</p><p style="margin-bottom: 0cm;">
                
                
                


</p><p style="margin-bottom: 0cm"><font color="#000000"><font face="Helvetica, sans-serif"><font style="font-size: 9pt">Kind
regards,
<br>Radek
Gruchalski<br>
</font></font></font><font face="Helvetica, sans-serif"><font style="font-size: 9pt"><a href="mailto:radek@gruchalski.com">radek@gruchalski.com</a><a href="mailto:radek@gruchalski.com">
</a></font></font><font color="#0084d1"><font face="Helvetica, sans-serif"><font style="font-size: 9pt"><br></font></font></font><a href="http://de.linkedin.com/in/radgruchalski/"><font color="#0084d1"><font face="Helvetica, sans-serif"><font style="font-size: 9pt">de.linkedin.com/in/radgruchalski/</font></font></font></a><font color="#0084d1"><font face="Helvetica, sans-serif"><font style="font-size: 9pt"><u><br></u></font></font></font><font color="#000000"><font face="Helvetica, sans-serif"><font style="font-size: 9pt">+4917685656526<br><br></font></font></font><font color="#878787"><font face="Helvetica, sans-serif"><font style="font-size: 8pt"><b>Confidentiality:<br></b></font></font></font><font color="#878787"><font face="Helvetica, sans-serif"><font style="font-size: 8pt">This
communication is intended for the above-named person and may be
confidential and/or legally privileged.<br>If it has come to you in
error you must take no action based on it, nor must you copy or show
it to anyone; please delete/destroy and inform the sender
immediately.</font></font></font></p></div>
                 
                <p style="color: #A0A0A8;">On Thursday, 12 March 2015 at 22:59, Imants Cekusins wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><p dir="ltr"><i>Computing</i> (Of a <a href="http://www.oxforddictionaries.com/definition/english/process#process__3">process</a> or <a href="http://www.oxforddictionaries.com/definition/english/variable#variable__15">variable</a>) not<a href="http://www.oxforddictionaries.com/definition/english/able#able__3">able</a> to be <a href="http://www.oxforddictionaries.com/definition/english/change#change__3">changed</a> during a set period,<a href="http://www.oxforddictionaries.com/definition/english/example#example__15">for example</a> while a program is running<br></p>
<p dir="ltr"><a href="http://www.oxforddictionaries.com/definition/english/static">http://www.oxforddictionaries.com/definition/english/static</a></p>
</div><div><div>_______________________________________________</div><div>erlang-questions mailing list</div><div><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a></div><div><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>