Stories
Slash Boxes
Comments

SoylentNews is people

posted by Dopefish on Tuesday February 18 2014, @04:00AM   Printer-friendly
from the Coffee-or-IcedTea dept.

nobbis writes "Java 8 Early Access Release Candidate Available. Early Access Release Candidate 2 was made available for download last week. Lambda Functions and a new Date Time API are major features of Java 8, with some lesser known performance enhancements, which are discussed by Drew Stephens in his blog Atomic Number Implementation. Oracle's head Java Evangelist Simon Ritter gives a run through of new features in this presentation to the Virtual Java User Group. Project Jigsaw has been delayed again and is now scheduled for release with Java 9."

The bug report looks healthy and Java 8 is due for release on March 17th -- St. Patrick's Day.

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1) by biff on Tuesday February 18 2014, @10:02PM

    by biff (170) on Tuesday February 18 2014, @10:02PM (#1961)

    Yeah, my exposure to functional programming has been pretty minimal as well -- worked through examples in an AI book in LISP and wrote a couple one-off scripts for GIMP in Scheme. There's certainly an elegance to it, and I'm thinking about learning Haskell to become a little more flexible.

    The problem is when I'm not programming for myself I'm already finding situations where I could either write "ideal" code or maintainable code, which worries me a bit about delving too deeply into another paradigm... but so far it feels like every new language has made me a more thoughtful programmer in the rest.