Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
Google

Submission + - What Google Dart is really about: Building Applica (infoq.com)

An anonymous reader writes: Google's new language landed with a loud thud, causing lots of interesting debates about the best place to stick semicolons...
An article titled The Essence of Google Dart, looks at some of the less discussed features. 'Snapshots' seem to bring something like Smalltalk images and allow instant startup of applications (something Java has spent the last 15 years _not_ delivering). Isolates are like OS processes and communicate with message passing — and as the article suggests, can fix the problem of Garbage Collection pauses by splitting up the heap (sounds like Erlang). There's more, mostly about feature that remove some dynamic behavior in order to make startup and code analysis easier. Maybe Google Dart's worth a second look?

Programming

Submission + - Clojure and Heroku predict flight delays (infoq.com)

murphee writes: Flight delayed again? Shoulda asked FlightCaster, a new site using statistical analysis to predict the delay of your flight in realtime. What's even better: the services is fully buzzword compliant: it's built with Clojure, distributed with Hadoop, served with Rails and hosted on Heroku. This interview with one of the FlightCaster developers gives the gory details on architecture, Clojure tips, and your boss a reason to let you have all the multimethods and macros you can eat. Seems like now even O'Reilly's publishing a LISP book the Age of Parenthesus has come...

Comment Re:*/OpenSolaris (Score 1) 591

Having RTFA, I need to state the the guy does sound reasonable in this affair... from which we learn: never trust Slashdot headlines to convey the content of a link...

About the issue in question: Sun hasn't had the best trackrecord of making their goals and motifs known... and despite the fact that they have donated considerable amounts of source code (OpenOffice, NFS, Netbeans, var. Java projects,...) they're still seen as big evil company.
This thing about their patents will hopefully soon be cleared up by some of the PR over at Sun.

Slashdot Top Deals

I know engineers. They love to change things. - Dr. McCoy

Working...