From: pere.noel@... (=?ISO-8859-1?Q?Une_B=E9vue?=) Date: 2006-10-28T22:05:12+09:00 Subject: Re: What are closures, continuations? Justin Collins wrote: > Closures are tricky, but you can think of them as blocks of code, or a > way of making code a first-class object. Or as anonymous functions. could we say they work as anonymous class in java ???