Skip to content

Julia - Why not?

Julia - Why not?

Details

The language which is not Python, C++, Java, Go,Rust, Haskell, Fortran, or Javascript.

function mandelbrot(a)
z = 0
for i=1:50
z = z^2 + a
end
return z
end

for y=1.0:-0.05:-1.0
for x=-2.0:0.0315:0.5
abs(mandelbrot(complex(x, y))) < 2 ? print("*") : print(" ")
end
println()
end

Photo of Julia - Programming The Language group
Julia - Programming The Language
See more events
The Jelly Donut
2897 Hopyard Rd · Pleasanton, CA