Julia is very fast, 0.12 second, 0.60 second for sbcl (lisp) julia>function haz(n) s = 0 for i in 1:n if i % 2 == 0 s = s+1 else s = s-1 end end s end haz (generic function with 1 method) julia> @elapsed haz(10^8)…
The Server version of Ubuntu or the 12.04 version does not have the add-apt-repository command. How can i add a PPA to the server without this command? Answer in…
Julia is very fast, 0.12 second, 0.60 second for sbcl (lisp) julia>function haz(n) s = 0 for i in 1:n if i % 2 == 0 s = s+1 else s = s-1 end end s end haz (generic function with 1 method) julia> @elapsed haz(10^8)…
The Server version of Ubuntu or the 12.04 version does not have the add-apt-repository command. How can i add a PPA to the server without this command? Answer in…