Programming in Scala, Second Edition cover
Find out about Scala training workshops by Escalate Software.
RSS Feeds

To subscribe to the Artima Newsletter, please create an Artima Account and select the Artima Newsletter checkbox.

Advertisement
by Bruce Eckel, from Computing Thoughts, January 8, 2012,  7 comments
In order for HTML5 to become the true user interface technology of the future, servers must be able to transparently push data to clients. People have been trying to do this for a long time, and WebSockets look like they will solve the problem once and for all.
Sponsored Links
by Heinz Kabutz, from Doing Things with Java that Should Not Be Possible, December 23, 2011,  44 comments
A couple of weeks ago, I sent out a little quiz to my readers of The Java Specialists' Newsletter. No one managed to figure out what the code does without running it. Some managed to explain the result once they had run it. Perfect quiz for weeding out those job applicants you don't like. Especially in the banking industry. Enough hints :-)
by Bruce Eckel, from Computing Thoughts, December 23, 2011,  16 comments
My friend James Ward was explaining some of the struggles he had learning Scala, in particular partial functions.
by James O. Coplien, from Software: The Next Generation, October 11, 2011,  9 comments
Over a career, good programmers spend much more of their time in professional education than in their college classes. Much of this professional training is tied up with certification programs.
by Sean Landis, from People Over Process, October 6, 2011,  Submit comment
My JavaOne day three was just sessions. And the concert! But the sessions were good ones.
Posted by Tessa Magee, October 6, 2011,  2 comments
Accusoft Pegasus announces the acquisition of Adeptol, a leader in document viewing technology, and substantially all of its assets.
by Sean Landis, from People Over Process, October 5, 2011,  4 comments
Day Two at JavaOne brought a few more interesting announcements.
by Sean Landis, from People Over Process, October 5, 2011,  Submit comment
The day one keynote convinced everyone that Java is moving forward. There are good things happening, good things on the horizon, and a few surprise changes-in-direction from Oracle.
by Bruce Eckel, from Computing Thoughts, October 5, 2011,  4 comments
Following up on my previous article, I create a super-simple example where a web page communicates with the server (written in Web.py) sending a JSON request object and receiving a JSON object as a response, which it uses to dynamically update the page. Afterwards, James Ward quickly loads the example into Heroku using their new Python support.
by Ian Robertson, from Code by Any Other Name, September 25, 2011,  13 comments
My thoughts on the battle between dynamic languages and those with Turing complete type systems after attending StrangeLoop.
by Bruce Eckel, from Computing Thoughts, September 25, 2011,  4 comments
In my article on JavaScript, I observed that we need a new language that generates good and safe JavaScript, so that you no longer have to think about either JavaScript issues or cross-browser problems. Little did I know that the solution(s) had already appeared in the form of JQuery and CoffeeScript.
by Bruce Eckel, from Computing Thoughts, August 10, 2011,  63 comments
One of the things I've loved about Python is that it was built as a community from the beginning. Language design decisions are genuinely discussed and struggled with as a community. But with Java, I've always felt like the adults were telling me what to think.
by Bruce Eckel, from Computing Thoughts, July 28, 2011,  29 comments
It appears we are stuck with JavaScript, at least in the near-to-mid term. Although the language is an abomination, some things are getting better. I discovered a couple of great lectures and a book that might change your perspective (a little) about the language.
by Paul Butcher, from Scalazine, July 1, 2011,  9 comments
Borachio is a mock object library for Scala that supports both mock objects and mock functions.
by Sean Landis, June 29, 2011,  Submit comment
Sean Landis, author of Agile Hiring, discusses how much weight to give to skills match when evaluating a candidate.
Posted by Bill Venners, June 13, 2011,  Submit comment
Today Artima released ScalaTest 1.6.1 for Scala 2.9.0, which includes many enhancements over the previous ScalaTest release for Scala 2.9.0, including enhanced support for property-based testing, prettier output, and new style traits PropSpec and FreeSpec.
by Bruce Eckel, from Computing Thoughts, June 12, 2011,  31 comments
The highest complement you can deliver in the Python world is to say that something is "Pythonic" -- that it feels and fits into the Python way of thinking. I never imagined that a static language could feel this way, but Scala does -- and possibly even better.
View archived Artima Developer Spotlight posts.
Welcome Guest
  Sign In
Advertisement