Tuesday, May 19, 2009

LambdaJ

Really very busy with feature freeze and prep for JavaOne, I did come across this interesting project that makes certain operations much simpler in particular working on lists.

List<Integer> biggerThan3 = filter(greaterThan(3), asList(1, 2, 3, 4, 5));

This is something I miss from when I started playing with python.

2 comments:

  1. If you will be at JavaOne I will do a presentation about lambdaj in the Community Corner on Tuesday at 11:30

    Here you can fine a complete schedule of the podcasts in program:

    https://java-net.dev.java.net/podcast_schedule.html

    Thank you for your interest and sorry in advance for my horrible english during the speech :)

    I hope to meet you there.

    Bye
    Mario

    ReplyDelete
  2. Damm,

    I have other commitments at that time. Need to meet up with my co-presenter for a while. I will try to catch your podcast, don't worry about your english though. I'm British and no-one at JavaOne can understand me. ;-)

    Gerard

    ReplyDelete