From: Sebastian Hungerecker Date: 2009-03-06T03:22:00+09:00 Subject: Re: Ruby - Imperative Language Features? Sandor Szücs wrote: > For the functional part in Java you can define classes which you use > as pseudo > function parameters, but that's really not nice to use, because foreach > operation you want to p.e. map(), you have to define a whole class in > a separate > file. No, you don't. Java has anonymous classes.