Arc Forumnew | comments | leaders | submitlogin
Julia = Matlab + Lisp + ... (julialang.org)
3 points by akkartik 4838 days ago | 16 comments


2 points by akkartik 4838 days ago | link

LtU: http://lambda-the-ultimate.org/node/4452

HN: http://news.ycombinator.com/item?id=3606380

-----

1 point by kinleyd 4838 days ago | link

This looks interesting, though I'm having problems compiling it. Waiting for the folks at Julia to fix it so I can check it out.

-----

2 points by kinleyd 4838 days ago | link

I was missing some dependencies - got it working now, and it is looking good.

-----

1 point by akkartik 4834 days ago | link

Got an internal compiler error when building LLVM on my ubuntu linode :)

-----

2 points by kinleyd 4834 days ago | link

Someone on github mentioned that these are needed though not installed automatically with Julia: make, gcc, g++, gfortran, perl and wget. In my case I was missing gfortran and libncurses5-dev.

There was mention of openblas build errors by one of the developers of Julia at https://github.com/JuliaLang/julia/issues/370. HTH.

-----

1 point by akkartik 4834 days ago | link

Yeah I ran into the openblas error as well. That's fixed, but the ICE when building LLVM is a challenge.

-----

1 point by jsgrahamus 4835 days ago | link

DNS lookup is failing.

-----

1 point by rocketnia 4835 days ago | link

Not for me. If you need it, the IP address I get is 207.97.227.245, the same as for other GitHub Pages sites.

But I see how having just the IP address isn't going to help you, since it doesn't distinguish between GitHub Pages. XD Maybe you could temporarily add julialang.github.com to your hosts file or something.

-----

1 point by jsgrahamus 4834 days ago | link

Using the IP address, I get: . DNS problem with Chrome . Not now with Firefox . Not now with Sea Monkey

Odd.

-----

1 point by jsgrahamus 4834 days ago | link

I was able to find it using google and going to the cached version.

-----

1 point by akkartik 4834 days ago | link

DNS failing for me as well on firefox.

-----

1 point by akkartik 4834 days ago | link

Is julialang.org hosted on github pages as well?

-----

1 point by kinleyd 4834 days ago | link

Yes: https://github.com/JuliaLang/julia

-----

1 point by akkartik 4834 days ago | link

I meant the site at julialang.org, not the repo.

-----

1 point by kinleyd 4834 days ago | link

oh, OK. When I reread your post, that is in fact what you asked. :)

-----

3 points by rocketnia 4833 days ago | link

The site at http://julialang.github.com/ 301-redirects to http://julialang.org/. I did mention julialang.github.com above, but I was reluctant to linkify it since it probably wasn't going to help on its own. :-p

Come to think of it, adding a hosts file entry for julialang.github.com probably won't help. Adding one for julialang.org might work though. (If I keep changing my mind, I'll be right sooner or later!)

-----