at the front page of http://julialang.org/
in the "Designed for Parallelism and Cloud Computing" section
the example code is not consistent with the code required for
successful execution in the Current Release (v0.4.1) ...
the following code should replace the example code:
julia>
nheads = @parallel (+) for i=1:100000000
Int(rand(Bool))
end
