SamePlace, the contest, and Italy

This blog used to be mostly about SamePlace. If you've been reading it long enough to remember that, you're probably one of the early adopters, so please virtually celebrate with me this little bit of news. :-)

SamePlace won a grand prize together with Shareaholic and Minimap (the announcement lists them in alphabetic order with a numeric bullet and they look like first/second/third prize—they're actually co-winners, just like the twelve runners up.)

And it seems it's been a productive time for Italy: my friend Davide is there too with Table2Clipboard. Not bad for this old little country. :-)

Dynamic variables hack in Erlang

One 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.

Syndicate content Syndicate content