Hello,
I had some difficulty writing the following java code in Clojure:
Runnable runnable = new Runnable() {
public void run() {
animate();
display.timerExec(TIMER_INTERVAL, this);
}
};
display.timerExec(TIMER_INTERVAL, runnable);
For the moment I have
On Sat, Sep 27, 2008 at 11:36 AM, Kevin <[EMAIL PROTECTED]> wrote:
>
> I had some difficulty writing the following java code in Clojure:
>
>Runnable runnable = new Runnable() {
> public void run() {
>animate();
>display.timerExec(TIMER_INTERVAL, this);
> }
>};
>
Thanks, that's handy to know and a lot cleaner.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email
Clojure appears to have been well received at the JVM Languages Summit.
Congratulations and well done, Rich!
Here are some links:
http://search.twitter.com/search?q=clojure
http://www.tbray.org/ongoing/When/200x/2008/09/25/JVM-Summit
http://fandev.org/sidewalk/topic/366