Earlier quoted context omitted.
Yeah, anyone who has installed numpy, matplotlib, etc has probably noticed that you need a Fortran compiler to build the native extensions...
Actually, you don't. A fortran compiler is optional, and used mostly for f2py and I think(?) for the LAPACK bindings. (The fortran bindings are more efficient than the C bindings for reasons I don't remember at the moment.) Numpy's (and matplotlib's, actually) core is written in C. Scipy is a different story, however. A lot of scipy's internals are written in fortran. That having been said, fortran is a _very_ nice l…
Verbatim: Stats guru Jeff Sagarin
41–44 of 44 posts
Re: Verbatim: Stats guru Jeff Sagarin
#42Earlier quoted context omitted.
It's a matter of taste. How many verbal languages can you speak and write? Computer languages aren't special, and polyglotism is really only a hallmark of CS-mindedness, which is actually yet another form of hipsterism. It's not a real thing, and the language that is best is the language that the programmer is most productive.
That really, really depends on what the language is being used for. There are a lot of desirable qualities and features, and no single language has even close to all of them. With the vast, vast number of different programming paradigms that are effective for solving different problems, as well the various resource constraints of different computing platforms, a certain degree of "polyglotism" is absolutely necessary…
The work of stats guru Jeff Sagarin.
Re: Verbatim: Stats guru Jeff Sagarin
#43Earlier quoted context omitted.
That really, really depends on what the language is being used for. There are a lot of desirable qualities and features, and no single language has even close to all of them. With the vast, vast number of different programming paradigms that are effective for solving different problems, as well the various resource constraints of different computing platforms, a certain degree of "polyglotism" is absolutely necessary…
That really, really depends on what the language is being used for. The work of stats guru Jeff Sagarin.
Re: Verbatim: Stats guru Jeff Sagarin
#44Earlier quoted context omitted.
That really, really depends on what the language is being used for. The work of stats guru Jeff Sagarin.
How many people in the world need to do the work of stats guru Jeff Sagarin? Is everyone else a hipster?