Live data from Hacker News

The Julia Programming Language

julialang.org

1–10 of 211 posts

Re: The Julia Programming Language

#4
And the moon on a stick :-) Not sure many "technical" programmers would take c as the desert island programing language.

Sound interesting though if it can make hadoop easier to use id take that as win I dont think its going to replace fortran as a HPC language.

Re: The Julia Programming Language

#5
post #4

And the moon on a stick :-) Not sure many "technical" programmers would take c as the desert island programing language. Sound interesting though if it can make hadoop easier to use id take that as win I dont think its going to replace fortran as a HPC language.

[deleted]

Re: The Julia Programming Language

#8
post #4

And the moon on a stick :-) Not sure many "technical" programmers would take c as the desert island programing language. Sound interesting though if it can make hadoop easier to use id take that as win I dont think its going to replace fortran as a HPC language.

C as desert island programming language but making all indexing 1-based: "the first element of any integer-indexed object is found at index 1, not index 0, and the last element is found at index n rather than n-1, when the string has a length of n." Also begin end blocks - maybe there was a pascal ninja hidden in the syntax committee room?

Re: The Julia Programming Language

#9
I'm a little worried about some of those benchmarks. They appear to have benchmarked R from a few years back against 2011 Matlab, for instance. In addition, they provide no code used for the benchmarks. That being said, this looks really interesting, and I'm gonna bookmark it for when I have time to examine it properly (after the damn phd is finally submitted).

Re: The Julia Programming Language

#10
post #4

And the moon on a stick :-) Not sure many "technical" programmers would take c as the desert island programing language. Sound interesting though if it can make hadoop easier to use id take that as win I dont think its going to replace fortran as a HPC language.

C as desert island programming language but making all indexing 1-based: "the first element of any integer-indexed object is found at index 1, not index 0, and the last element is found at index n rather than n-1, when the string has a length of n." Also begin end blocks - maybe there was a pascal ninja hidden in the syntax committee room?

More likely Matlab than Pascal.

  Julia's syntax is intended to be familiar to users of MATLAB®.
Post reply on HN