[erlang-questions] Process Dictionary vs Proplist in Web Frameworks

Ngoc Dao ngocdaothanh@REDACTED
Wed Oct 28 13:01:32 CET 2009


In Rails you write in action:
@my_var = ...

Then later to take out the variable in view:
<%= @my_var %>

I think it is not explicit passing.


On Wed, Oct 28, 2009 at 8:49 PM, Max Lapshin <max.lapshin@REDACTED> wrote:
> Even such stateful languages like Ruby use explicit passing of all
> request information in
> hash table. There is absolutely no use in using some mutable dictionaries.
>


More information about the erlang-questions mailing list