Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment This could actually be good news (Score 4, Insightful) 411

One more incentive to the US to turn towards renewable energy sources. The USA are lagging way behind western and northern European countries in that respect. Last week e.g. the Dutch railways announced that from next year on, 100% of their operations will run on electric power from renewable sources, mainly wind, bought from a total of 5 north west European countries ( DE, DK, BE, NO, NL ).

Comment Obligatory (Score 0) 122

A colleague of mine ( who has an animal nickname BTW, we call him "Bokito", you may wanna google that ) has a great poster on his whiteboard, with a picture of a treadmill on it: "This is what a career ladder looks like". 'Nuf said.

Comment Re:LLVM (Score 1) 170

Granted, it does not say "interpreted" on that page. Hence the "walks like...looks like... quacks like" analogy. In that sense, Java is "interpreted" as well, although a bytecode interpreter. The interesting thing about Julia is the assembler code generated after the first run of any routine: its performance is compared with that of later runs, and after a couple of runs you can see incredible performance gains.

Comment Some classics (Score 1) 352

Karl Popper, "Objective Knowledge", in order to make you understand what the dangers of induction and inductive reasoning are.

John von Neumann & Oskar Morgenstern "Theory of Games and Economic Behavior", a brain-trainer that will leave you, after having read it, much more induced to first simulate, then code !

Peano, "Calcolo Geometrico", containing his famous axioms for Boolean algebra. There is a good translation from the year 2000 by Kannenberg, titled "Geometric Calculus"

Leslie Lamport, "Time, Clocks and the Ordering of Events in a Distributed System" -- you will never think the same again about synchronization and time-related problems....

And so on. All classics from the 20th century, giving the necessary background in computing and logics fundamentals that I so often miss in today's fresh graduates. The oldest text, by Peano is even from 1888, but still actual today !

Comment Re:LLVM (Score 1) 170

Julia is a high-level dynamic programming language designed to address the requirements of high-performance numerical and scientific computing while also being effective for general purpose programming.Julia's core is implemented in C and C++, its parser in Scheme, and the LLVM compiler framework is used for just-in-time generation of machine code.

Source: wikipedia entry on "Julia programming language", called on May 15, 08h56m CEST

Walks like an interpreted language, looks like an interpreted language, quacks like an interpreted language... could it be an interpreted language ?

Slashdot Top Deals

You have a message from the operator.

Working...