Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Cutting features and old syntax? (Score 1) 427

In physics simulations, cad, rendering, etc, C is too low level and lua is too slow. High complexity is inherent to those fields and you can not foretell what abstractions you need in your language. That is the reason for classes and templates. Complex numbers and arrays are simple to implement as native types, they have been native to fortran for decades. Also writing fast and parallelizable number crunching applications that work over complex and dynamic data is one of the reasons for languages like C++. The sole comparison of gnu numeric library to eigen or armadillo is enough evidence.

Comment Re:another language shoved down your throat (Score 4, Insightful) 415

And for that reason python is good for a first course, as it forces the students to indent. I am tired of lazy students that don't indent, and then complain why their code doesn't seem to follow the intended flow. It is hard to teach good habits and practices. And any help, specially from the programming languages, is welcome.

Submission + - Unisys phasing out decades-old mainframe processor for x86 (computerworld.com.au)

angry tapir writes: Unisys is phasing out its decades-old mainframe processor. The chip is used in some of Unisys' ClearPath flagship mainframes, but the company is moving to Intel's x86 chips in Libra and Dorado servers in the ClearPath line. The aging CMOS chip will be "sunsetted" in Libra servers by the end of August and in the Dorado line by the end of 2015. Dorado 880E and 890E mainframes will use the CMOS chip until the servers are phased out, which is set to happen by the end of 2015.

Slashdot Top Deals

The hardest part of climbing the ladder of success is getting through the crowd at the bottom.

Working...