Next Wednesday
Next Wednesday I’ll be giving my talk on plain old Java Domain Specific languages at the JavaZone conference in Oslo. During my talk, I’ll reveal a project I’ve been putting quite a lot of work into during the last few weeks (now you know why this blog has been a little quiet lately). For now, I’ll just leave you with a riddle:
List<Talk> talks=JavaZone2007.getTalks();
List<Topic> topics=
asList(
from("t").in(talks).
where(eq("t.speaker","Anders Norås")).
select("t.topics")
);
Assert.assertTrue(topics.get(topics.size()-1).isQuiteInteresting);
See you at Gate 5 at 14:15 on September 12th…
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using