Stanford is moving from using Java to JavaScript for their intro CS course

Stanford has decided to move away from Java in their intro courses. Surprisingly, they have decided to move to JavaScript.  Philip Guo showed that most top CS departments are moving to Python.  The… Read more

Similar

Reordering Futures in Java Streams

Futures are an interesting conecpt in concurrent and parallel programming. I’ve written about them several time, the last time in Advanced Futures With Play Framework. Streams are a concept which came with Java 8 to operate on a stream of objects, transfo... (more…)

Read more »