The Julia Programming Language
julialang.org
The Julia Programming Language
1–10 of 211 posts
Re: The Julia Programming Language
#2Re: The Julia Programming Language
#3Re: The Julia Programming Language
#4Sound 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
#5And 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
#6Re: The Julia Programming Language
#7Re: The Julia Programming Language
#8And 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
#9Re: The Julia Programming Language
#10And 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?
Julia's syntax is intended to be familiar to users of MATLAB®.