programming
Dynamic variables hack in Erlang
Posted January 31st, 2008 by bardOne thing that jumps to the eye in functional code sources is longer-than-usual argument lists.
process(Tree, Env, Plugins, Config, ...).
It's easy to see that as a consequence of functions using arguments as sole
input channel. (Global -define()'s
don't qualify as input channels—they can't vary at runtime, arguments can.)
Usually it's no big hassle.
Comments
1 week 3 days ago
2 weeks 14 hours ago
2 weeks 1 day ago
2 weeks 3 days ago
2 weeks 6 days ago
2 weeks 6 days ago
3 weeks 1 day ago
3 weeks 1 day ago
4 weeks 1 day ago
5 weeks 5 days ago